Changeset 919


Ignore:
Timestamp:
08/23/11 22:09:36 (13 years ago)
Author:
wschamai
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.view.componentstree/src/org/openmodelica/modelicaml/view/componentstree/views/ComponentsTree.java

    r903 r919  
    109109import org.openmodelica.modelicaml.helper.handlers.InstantiateRequirementsHandler;
    110110import org.openmodelica.modelicaml.helper.handlers.InstantiateTestScenarioHandler;
    111 import org.openmodelica.modelicaml.helper.impl.TestOracleElementsCreator;
     111import org.openmodelica.modelicaml.helper.impl.TestVerdictElementsGenerator;
    112112import org.openmodelica.modelicaml.helper.impl.ValueBindingCreator;
    113113import org.openmodelica.modelicaml.view.componentstree.Activator;
     
    494494               
    495495               
    496                 if (TestOracleElementsCreator.removeRegTestEvalElemenents_deleteOption(selectedClass, false)) {
     496                if (TestVerdictElementsGenerator.removeRegTestEvalElemenents_deleteOption(selectedClass, false)) {
    497497                    manager.add(new Separator());
    498498                    manager.add(actionDeleteReqTestEvaluationElements);
     
    14831483                if (obj instanceof TreeParent) {
    14841484                    //TestPassFailCodeGenerator t = new TestPassFailCodeGenerator(selectedClass);
    1485                     TestOracleElementsCreator t = new TestOracleElementsCreator(selectedClass);
     1485                    TestVerdictElementsGenerator t = new TestVerdictElementsGenerator(selectedClass);
    14861486                    updateItem(obj);
    14871487                    showSelection(par, sel);
     
    15061506
    15071507                    if (go) {
    1508                         TestOracleElementsCreator.removeRegTestEvalElemenents_deleteOption(selectedClass, true);
     1508                        TestVerdictElementsGenerator.removeRegTestEvalElemenents_deleteOption(selectedClass, true);
    15091509                        updateItem(obj);
    15101510                        showSelection(par, sel);
Note: See TracChangeset for help on using the changeset viewer.