Kaydet (Commit) 4df0412e authored tarafından David Tardon's avatar David Tardon

remove copypasta

Change-Id: I926abe30b039a1cfde3f09e2694b22a094304751
üst 83ef294d
...@@ -328,7 +328,6 @@ void WPXSvStreamTest::testStructured() ...@@ -328,7 +328,6 @@ void WPXSvStreamTest::testStructured()
CPPUNIT_ASSERT(!pSubStream->isEnd()); CPPUNIT_ASSERT(!pSubStream->isEnd());
// check for not existing substream // check for not existing substream
CPPUNIT_ASSERT(pInput->existsSubStream("content.xml"));
CPPUNIT_ASSERT(!pInput->existsSubStream("foo")); CPPUNIT_ASSERT(!pInput->existsSubStream("foo"));
pSubStream.reset(pInput->getSubStreamByName("foo")); pSubStream.reset(pInput->getSubStreamByName("foo"));
CPPUNIT_ASSERT(!pSubStream); CPPUNIT_ASSERT(!pSubStream);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment