Loading cmds/lshal/test.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -452,7 +452,7 @@ TEST_F(ListTest, Fetch) { } } TEST_F(ListTest, DumpVintf) { TEST_F(ListTest, DumpVintf) { const std::string expected = "<manifest version=\"1.0\" type=\"device\">\n" const std::string expected = "<manifest version=\"2.0\" type=\"device\">\n" " <hal format=\"hidl\">\n" " <hal format=\"hidl\">\n" " <name>a.h.foo1</name>\n" " <name>a.h.foo1</name>\n" " <transport>hwbinder</transport>\n" " <transport>hwbinder</transport>\n" Loading Loading
cmds/lshal/test.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -452,7 +452,7 @@ TEST_F(ListTest, Fetch) { } } TEST_F(ListTest, DumpVintf) { TEST_F(ListTest, DumpVintf) { const std::string expected = "<manifest version=\"1.0\" type=\"device\">\n" const std::string expected = "<manifest version=\"2.0\" type=\"device\">\n" " <hal format=\"hidl\">\n" " <hal format=\"hidl\">\n" " <name>a.h.foo1</name>\n" " <name>a.h.foo1</name>\n" " <transport>hwbinder</transport>\n" " <transport>hwbinder</transport>\n" Loading