[Esbox-commits] r1219 - branches/work_Ed/org.maemo.esbox.maemosdk.tests/src/org/maemo/esbox/scratchbox/tests

eswartz at garage.maemo.org eswartz at garage.maemo.org
Thu Feb 12 23:11:38 EET 2009


Author: eswartz
Date: 2009-02-12 23:11:38 +0200 (Thu, 12 Feb 2009)
New Revision: 1219

Modified:
   branches/work_Ed/org.maemo.esbox.maemosdk.tests/src/org/maemo/esbox/scratchbox/tests/TestSB2SDKProvider.java
Log:
Update test for new sb2

Modified: branches/work_Ed/org.maemo.esbox.maemosdk.tests/src/org/maemo/esbox/scratchbox/tests/TestSB2SDKProvider.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.maemosdk.tests/src/org/maemo/esbox/scratchbox/tests/TestSB2SDKProvider.java	2009-02-12 14:19:48 UTC (rev 1218)
+++ branches/work_Ed/org.maemo.esbox.maemosdk.tests/src/org/maemo/esbox/scratchbox/tests/TestSB2SDKProvider.java	2009-02-12 21:11:38 UTC (rev 1219)
@@ -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