Fix FastXmlSerializerTest
Change-Id: Ie984abae588927e65bdeffa5a6f5c58bd6ba0bf1
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user