Add code to load data from data files to drive generic interface tests.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: ScriptRuntimeManager.java,v $
|
||||
*
|
||||
* $Revision: 1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change:$Date: 2002-11-20 14:11:25 $
|
||||
* last change:$Date: 2002-12-10 14:12:41 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -88,6 +88,7 @@ public class ScriptRuntimeManager extends TestCase {
|
||||
}
|
||||
|
||||
TestEnvironment tEnv = new TestEnvironment(oObj) ;
|
||||
TestDataLoader.setupData(tEnv, "ScriptRuntimeManager");
|
||||
|
||||
return tEnv ;
|
||||
}
|
||||
@@ -96,5 +97,3 @@ public class ScriptRuntimeManager extends TestCase {
|
||||
TestParameters tParam) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user