diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/workben/testfile.cxx | 2 |
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 ); |