project/com.nokia.carbide.cpp.epoc.engine.tests/src/com/nokia/carbide/cpp/epoc/engine/tests/model/TestMMPView3.java
branchC3_BUILDER_WORK
changeset 1462 b38491fd06da
parent 1418 8ca7cf978139
child 1667 352fb86872dd
equal deleted inserted replaced
1460:26f585ac8a88 1462:b38491fd06da
    55 
    55 
    56 		// we need to have a fixed idea of the SDK for these tests (even when workspace isn't running)
    56 		// we need to have a fixed idea of the SDK for these tests (even when workspace isn't running)
    57 		sdk = null;
    57 		sdk = null;
    58 		if (!Platform.isRunning()) {
    58 		if (!Platform.isRunning()) {
    59 			sdk = SymbianSDKFactory.createInstance("S60_3rd", "c:\\symbian\\9.1\\S60_3rd", "com.nokia.s60", 
    59 			sdk = SymbianSDKFactory.createInstance("S60_3rd", "c:\\symbian\\9.1\\S60_3rd", "com.nokia.s60", 
    60 					new Version(9,0,0), null, null, false);
    60 					new Version(9,0,0), new Version(0,0,0));
    61 			// add to memory for standalone test, hopefully only affecting my system
    61 			// add to memory for standalone test, hopefully only affecting my system
    62 			SDKCorePlugin.getSDKManager().addSDK(sdk);
    62 			SDKCorePlugin.getSDKManager().addSDK(sdk);
    63 		} else {
    63 		} else {
    64 			// only look for existing sdk here
    64 			// only look for existing sdk here
    65 			for (ISymbianSDK anSdk : SDKCorePlugin.getSDKManager().getSDKList()) {
    65 			for (ISymbianSDK anSdk : SDKCorePlugin.getSDKManager().getSDKList()) {