# HG changeset patch # User timkelly # Date 1284042628 18000 # Node ID 74b4ef013f0ffd743c4db4bc5252f18038e6d19a # Parent 5906ae69a71ee701245641fdc2608ef4c73feb5c testing fixes for spurious JUnit failures on SymSEE builds diff -r 5906ae69a71e -r 74b4ef013f0f core/com.nokia.carbide.cpp.sdk.core.test/src/com/nokia/carbide/cpp/sdk/core/test/SymbianContextTest.java --- a/core/com.nokia.carbide.cpp.sdk.core.test/src/com/nokia/carbide/cpp/sdk/core/test/SymbianContextTest.java Wed Sep 08 18:06:51 2010 -0500 +++ b/core/com.nokia.carbide.cpp.sdk.core.test/src/com/nokia/carbide/cpp/sdk/core/test/SymbianContextTest.java Thu Sep 09 09:30:28 2010 -0500 @@ -66,7 +66,7 @@ ISymbianSDK contextSDK = context.getSDK(); sbsv1BuildInfo = (ISBSv1BuildInfo)contextSDK.getBuildInfo(ISymbianBuilderID.SBSV1_BUILDER); - assertEquals(sdk, contextSDK); + assertEquals(sdk.getUniqueId(), contextSDK.getUniqueId()); // test that we can get the macros for valid SDKs // (if the default of 0.0, then we never fetch macros)