From f73af1733e963e84d04253980c816eb559a3546a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 22 Apr 2014 09:09:28 +0200 Subject: second test should be DataOutputStream ...as "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 --- io/test/stm/datatest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io') diff --git a/io/test/stm/datatest.cxx b/io/test/stm/datatest.cxx index b556aab6192c..0c4b2bed7f16 100644 --- a/io/test/stm/datatest.cxx +++ b/io/test/stm/datatest.cxx @@ -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 ); -- cgit