summaryrefslogtreecommitdiffstats
path: root/sal/workben/testfile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/workben/testfile.cxx')
-rw-r--r--sal/workben/testfile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/workben/testfile.cxx b/sal/workben/testfile.cxx
index 473e25a4ddf8..f4b1df974112 100644
--- a/sal/workben/testfile.cxx
+++ b/sal/workben/testfile.cxx
@@ -1760,7 +1760,7 @@ void DirectoryItemTest( void )
}
- if ( str1[0].compareTo(str1[1]) == 0 )
+ if ( str1[0] == str1[1] )
print_error( rtl::OString( "Reset" ),FileBase::E_None );
else
print_error( rtl::OString( "Reset" ),FileBase::E_invalidError );