mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[207178] junit tests for multi queries - use config id to distinguish
This commit is contained in:
parent
3ebb75cdad
commit
ab1ed2580b
1 changed files with 5 additions and 3 deletions
|
@ -195,7 +195,9 @@ public class FileSubsystemConsistencyTestCase extends RSEBaseConnectionTestCase
|
|||
}
|
||||
}
|
||||
|
||||
String systemType = ss.getHost().getSystemType().getLabel();
|
||||
|
||||
|
||||
String systemType = ss.getConfigurationId();
|
||||
|
||||
Exception exception = null;
|
||||
String cause = null;
|
||||
|
@ -238,7 +240,7 @@ public class FileSubsystemConsistencyTestCase extends RSEBaseConnectionTestCase
|
|||
}
|
||||
}
|
||||
|
||||
String systemType = ss.getHost().getSystemType().getLabel();
|
||||
String systemType = ss.getConfigurationId();
|
||||
|
||||
Exception exception = null;
|
||||
String cause = null;
|
||||
|
@ -328,7 +330,7 @@ public class FileSubsystemConsistencyTestCase extends RSEBaseConnectionTestCase
|
|||
}
|
||||
}
|
||||
|
||||
String systemType = ss.getHost().getSystemType().getLabel();
|
||||
String systemType = ss.getConfigurationId();
|
||||
|
||||
Exception exception = null;
|
||||
String cause = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue