[Esbox-commits] r1220 - trunk/org.maemo.esbox.maemosdk.tests/src/org/maemo/esbox/scratchbox/tests
eswartz at garage.maemo.org
eswartz at garage.maemo.org
Fri Feb 13 00:37:09 EET 2009
Author: eswartz
Date: 2009-02-13 00:37:05 +0200 (Fri, 13 Feb 2009)
New Revision: 1220
Modified:
trunk/org.maemo.esbox.maemosdk.tests/src/org/maemo/esbox/scratchbox/tests/TestSB2SDKProvider.java
Log:
Merge rev 1219 from work_Ed branch -- test fixes
Modified: trunk/org.maemo.esbox.maemosdk.tests/src/org/maemo/esbox/scratchbox/tests/TestSB2SDKProvider.java
===================================================================
--- trunk/org.maemo.esbox.maemosdk.tests/src/org/maemo/esbox/scratchbox/tests/TestSB2SDKProvider.java 2009-02-12 21:11:38 UTC (rev 1219)
+++ trunk/org.maemo.esbox.maemosdk.tests/src/org/maemo/esbox/scratchbox/tests/TestSB2SDKProvider.java 2009-02-12 22:37:05 UTC (rev 1220)
@@ -164,6 +164,7 @@
assertNotNull(hostPath);
assertTrue(hostPath.toString(),
new Path("/opt/maemo/dists/etch/etc").equals(hostPath)
+ || new Path("/opt/maemo/dists/etch-2008/etc").equals(hostPath)
|| etcPath.equals(hostPath));
IPath rootstrapPath = ((IScratchboxSDKTarget) target).getRootstrapPath();
More information about the Esbox-commits
mailing list