[Esbox-commits] r1037 - branches/work_Ed/org.maemo.esbox.maemosdk.tests/src/org/maemo/esbox/scratchbox/tests/commands
eswartz at garage.maemo.org
eswartz at garage.maemo.org
Thu Dec 4 16:46:53 EET 2008
Author: eswartz
Date: 2008-12-04 16:46:53 +0200 (Thu, 04 Dec 2008)
New Revision: 1037
Modified:
branches/work_Ed/org.maemo.esbox.maemosdk.tests/src/org/maemo/esbox/scratchbox/tests/commands/MockProcessLauncher.java
Log:
(Checkpoint) Some fixes related to bug 3139, and more
-- fix samba mount options for better Hardy support
-- support a uniform way of waiting for a process using a console to finish, with cancellation (IProcessLauncher#waitToComplete(IProgressMonitor))
-- fix some issues with apt installation -- not being cancellable and not detecting existing uses of the package manager
Modified: branches/work_Ed/org.maemo.esbox.maemosdk.tests/src/org/maemo/esbox/scratchbox/tests/commands/MockProcessLauncher.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.maemosdk.tests/src/org/maemo/esbox/scratchbox/tests/commands/MockProcessLauncher.java 2008-12-04 14:04:16 UTC (rev 1036)
+++ branches/work_Ed/org.maemo.esbox.maemosdk.tests/src/org/maemo/esbox/scratchbox/tests/commands/MockProcessLauncher.java 2008-12-04 14:46:53 UTC (rev 1037)
@@ -189,4 +189,10 @@
return 0;
}
+ /* (non-Javadoc)
+ * @see org.maemo.mica.common.core.process.IProcessLauncher#waitToComplete(org.eclipse.core.runtime.IProgressMonitor)
+ */
+ public int waitToComplete(IProgressMonitor monitor) {
+ return 0;
+ }
}
More information about the Esbox-commits
mailing list