Merge "Fix FastXmlSerializerTest" into mm-wireless-dev
This commit is contained in:
committed by
Android Partner Code Review
commit
3ca1ccb419
@@ -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