1
0
Fork 0
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:
David McKnight 2007-11-01 20:16:31 +00:00
parent 3ebb75cdad
commit ab1ed2580b

View file

@ -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;