git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/Common/workspace-task-executor-library@167365 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
13ef3991d1
commit
db36261b56
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module rename-to='workspacetaskexecutor'>
|
||||
<!-- Inherit the core Web Toolkit stuff. -->
|
||||
<inherits name='com.google.gwt.user.User' />
|
||||
|
||||
<!-- Specify the paths for translatable code -->
|
||||
<source path='client' />
|
||||
<source path='shared' />
|
||||
|
||||
</module>
|
|
@ -99,7 +99,7 @@ public class TestDataMinerTaskExecutor {
|
|||
//jsonCheck();
|
||||
|
||||
//ERASE ALL CONFIGURATIONS
|
||||
//eraseAllTaskConfigurations(exec);
|
||||
eraseAllTaskConfigurations(exec);
|
||||
|
||||
//GET LIST CONFIGURATIONS
|
||||
//getConfigurations(exec);
|
||||
|
@ -108,11 +108,11 @@ public class TestDataMinerTaskExecutor {
|
|||
//eraseAllTaskConfigurations(exec);
|
||||
|
||||
//SET TASK CONFIGURATION
|
||||
setDummyTaskConfigurations(exec);
|
||||
//setDummyTaskConfigurations(exec);
|
||||
//
|
||||
//// deleteConfiguration(exec, listDummyConf.get(1));
|
||||
////
|
||||
getConfigurations(exec);
|
||||
//getConfigurations(exec);
|
||||
|
||||
|
||||
// listDummyConf.get(2).setTaskId("Updated task id");
|
||||
|
|
Loading…
Reference in New Issue