1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 21:15:23 +02:00

Fix typo in unittest

This commit is contained in:
Martin Oberhuber 2008-11-10 11:55:18 +00:00
parent 354d2f8d95
commit 8840d70071

View file

@ -286,7 +286,7 @@ public class RSEFileStoreTest extends FileServiceBaseTest {
System.out.println("Good! " + ce); System.out.println("Good! " + ce);
assertTrue("1.1.1", ce.getStatus().getCode() == EFS.ERROR_DELETE); assertTrue("1.1.1", ce.getStatus().getCode() == EFS.ERROR_DELETE);
} }
if (fDefaultPropertiesFile != null || File.separatorChar != '\\') { if (fPropertiesFileName != null || File.separatorChar != '\\') {
// On Windows, no exception is thrown (read-only stuff can be deleted) // On Windows, no exception is thrown (read-only stuff can be deleted)
if (fHomeDirectory == null || fHomeDirectory.getSeparatorChar() != '\\') { if (fHomeDirectory == null || fHomeDirectory.getSeparatorChar() != '\\') {
assertTrue("1.1", exceptionThrown); assertTrue("1.1", exceptionThrown);