libpurple/protocols/sametime/tests/data/mime-multiline.h

changeset 40196
7690a049a466
parent 39526
4f678f514b69
--- a/libpurple/protocols/sametime/tests/data/mime-multiline.h	Fri Nov 15 01:07:08 2019 -0600
+++ b/libpurple/protocols/sametime/tests/data/mime-multiline.h	Fri Nov 15 05:16:04 2019 -0500
@@ -5,34 +5,34 @@
 	"This is a test of the MIME encoding using a multiline message.\n"
 	"This is the second line of the message.",
 .mime =
-	"Content-Type: multipart/related; boundary=related_MWa2f_0aac\r\n"
+	"Content-Type: multipart/related; boundary=related_MWc7f_0aac\r\n"
 	"Mime-Version: 1.0\r\n"
 	"Content-Disposition: inline\r\n"
 	"\r\n"
-	"--related_MWa2f_0aac\r\n"
+	"--related_MWc7f_0aac\r\n"
 	"Content-Type: text/html; charset=us-ascii\r\n"
 	"Content-Disposition: inline\r\n"
 	"Content-Transfer-Encoding: 7bit\r\n"
 	"\r\n"
 	"This is a test of the MIME encoding using a multiline message.\r\n"
 	"This is the second line of the message.\r\n"
-	"--related_MWa2f_0aac--\r\n"
+	"--related_MWc7f_0aac--\r\n"
 },
 {
 /* A message that ends with a newline. */
 .name = "trailing-newline",
 .html = "This is a test of the MIME encoding using a multiline message.\n",
 .mime =
-	"Content-Type: multipart/related; boundary=related_MWa2f_0aac\r\n"
+	"Content-Type: multipart/related; boundary=related_MWc7f_0aac\r\n"
 	"Mime-Version: 1.0\r\n"
 	"Content-Disposition: inline\r\n"
 	"\r\n"
-	"--related_MWa2f_0aac\r\n"
+	"--related_MWc7f_0aac\r\n"
 	"Content-Type: text/html; charset=us-ascii\r\n"
 	"Content-Disposition: inline\r\n"
 	"Content-Transfer-Encoding: 7bit\r\n"
 	"\r\n"
 	"This is a test of the MIME encoding using a multiline message.\r\n"
 	"\r\n"
-	"--related_MWa2f_0aac--\r\n"
+	"--related_MWc7f_0aac--\r\n"
 },

mercurial