mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 13:05:22 +02:00
Fix typo in unittest
This commit is contained in:
parent
354d2f8d95
commit
8840d70071
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ public class RSEFileStoreTest extends FileServiceBaseTest {
|
|||
System.out.println("Good! " + ce);
|
||||
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)
|
||||
if (fHomeDirectory == null || fHomeDirectory.getSeparatorChar() != '\\') {
|
||||
assertTrue("1.1", exceptionThrown);
|
||||
|
|
Loading…
Add table
Reference in a new issue