Kaydet (Commit) f73af173 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

second test should be DataOutputStream

...as <https://gerrit.libreoffice.org/#/c/9007/> "cppcheck: multiCondition,
second test should be DataOutputStream" found out for an effective duplicate of
this code that got removed with the previous commit "Remove dead test code."

Change-Id: Ib7b088f065def2d5e954837d22178521f85c49fe
üst ed6b5ad3
......@@ -118,7 +118,7 @@ void ODataStreamTest::testInvariant(
}
else if( OUString("com.sun.star.io.DataInputStream") == TestName ) {
else if( OUString("com.sun.star.io.DataOutputStream") == TestName ) {
Reference < XConnectable > connect( TestObject , UNO_QUERY );
Reference < XActiveDataSource > active( TestObject , UNO_QUERY );
Reference < XOutputStream > output( TestObject , UNO_QUERY );
......
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