Fix FastXmlSerializerTest

Change-Id: Ie984abae588927e65bdeffa5a6f5c58bd6ba0bf1
This commit is contained in:
Mitchell Wills
2016-02-18 23:43:30 -08:00
parent 5947d11119
commit 733fc6b6f9

View File

@@ -42,6 +42,6 @@ public class FastXmlSerializerTest extends TestCase {
out.endDocument();
assertEquals("<?xml version='1.0' encoding='utf-8' standalone='yes' ?>\n"
+ "<string name=\"meow\"></string>", stream.toString());
+ "<string name=\"meow\"></string>\n", stream.toString());
}
}