Merge "Fix FastXmlSerializerTest" into mm-wireless-dev

am: 3ca1ccb419

* commit '3ca1ccb419ec56a191d724ff75c6943200c8cebe':
  Fix FastXmlSerializerTest
This commit is contained in:
Mitchell Wills
2016-02-19 18:22:51 +00:00
committed by android-build-merger

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());
}
}