Apparently missing "== nError1"

Change-Id: I9096e00db4c94b318406b022f675bb866f568d7e
This commit is contained in:
Stephan Bergmann
2014-01-27 08:28:13 +01:00
parent 945c08e35e
commit 3a5ad6fd36

View File

@@ -5260,7 +5260,7 @@ namespace osl_Directory
}
CPPUNIT_ASSERT_MESSAGE( "test for open function: open a file instead of a directory",
( ::osl::FileBase::E_NOTDIR == nError1 ) || ( ::osl::FileBase::E_ACCES ) );
( ::osl::FileBase::E_NOTDIR == nError1 ) || ( ::osl::FileBase::E_ACCES == nError1 ) );
}
CPPUNIT_TEST_SUITE( open );