Merge "Fix FastXmlSerializerTest" into mm-wireless-dev am: 3ca1ccb419

am: 8e2602ea26

* commit '8e2602ea26fe8eeec36a994f84d9f8ed03ef9090':
  Fix FastXmlSerializerTest
This commit is contained in:
Mitchell Wills
2016-02-19 18:37:17 +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());
}
}