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

loplugin:staticcall

Change-Id: Ia4111a0fb76c848d3bd2d01f3835995e4c007b6b
üst 365fea44
...@@ -2276,7 +2276,7 @@ namespace osl_File ...@@ -2276,7 +2276,7 @@ namespace osl_File
::osl::FileBase::RC nError5 = testFile.close(); ::osl::FileBase::RC nError5 = testFile.close();
CPPUNIT_ASSERT( ::osl::FileBase::E_None == nError5 ); CPPUNIT_ASSERT( ::osl::FileBase::E_None == nError5 );
::osl::FileBase::RC nError6 = testFile.remove( aCanURL1 ); ::osl::FileBase::RC nError6 = osl::File::remove( aCanURL1 );
CPPUNIT_ASSERT( ::osl::FileBase::E_None == nError6 ); CPPUNIT_ASSERT( ::osl::FileBase::E_None == nError6 );
CPPUNIT_ASSERT_MESSAGE( "test for open function: test for osl_File_OpenFlag_Read, osl_File_OpenFlag_Write and osl_File_OpenFlag_Create", CPPUNIT_ASSERT_MESSAGE( "test for open function: test for osl_File_OpenFlag_Read, osl_File_OpenFlag_Write and osl_File_OpenFlag_Create",
......
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