Changes between Version 29 and Version 30 of PromotEditorTest


Ignore:
Timestamp:
Aug 18, 2010, 4:11:00 PM (15 years ago)
Author:
kolczyk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PromotEditorTest

    v29 v30  
    88
    99'''Setup A: ''' applied to tests 1-5, 7, 9-17, 20 [[BR]]
    10 Start ProMoT server and GUI -> load the logical library [source:/Promot/trunk/promot/kb/SignalTransd/structure/struct-ana-library.mdl]
     10Start ProMoT server and GUI -> load the logical library
    1111-> load the logical toymodel from tutorial [source:/Promot/trunk/promot/kb/SignalTransd/structure/toymodel_tutorial/LOAD_toymodel.mdl]
    1212-> Open the Visual Editor for the browser tree node "cell" by double click.
     
    1717
    1818'''Setup C: ''' applied to test 21 [[BR]]
    19 Start ProMoT server and GUI -> load the logical library [source:/Promot/trunk/promot/kb/SignalTransd/structure/struct-ana-library.mdl]
     19Start ProMoT server and GUI -> load the logical library
    2020-> load the test file [source:/Promot/trunk/promot/kb/testsuite/mdl/shortcut-test.mdl]
    2121-> Open the Visual Editor for "new-subclass".
    2222
    2323'''Setup D: ''' applied to test 22 [[BR]]
    24 Start ProMoT server and GUI -> load the logical library [source:/Promot/trunk/promot/kb/SignalTransd/structure/struct-ana-library.mdl]
     24Start ProMoT server and GUI -> load the logical library
    2525-> load the test file [source:/Promot/trunk/promot/kb/testsuite/mdl/checker-test.mdl]
    2626-> Open the Visual Editor for "cell". [[BR]] [[BR]]
     27
     28'''Setup E: ''' applied to test 24,25 [[BR]]
     29Start ProMoT server and GUI -> load the logical library
     30-> load the test file [source:/Promot/trunk/promot/kb/testsuite/mdl/test-create-links.mdl]
     31-> Open the Visual Editor for "test_outer". [[BR]] [[BR]]
     32
    2733
    2834
     
    8591   * k2_k3r_k3p2 (Red box; "Error (open Port):-> Not all Ports have a connection")
    8692   * a1_not_ph1_k1 (Gray box; "Error (link fault):->Don't connect !GateOutputs directly to !GateInputs, use a compound in-between")
    87  23. Flipping of nodes is tested in [source:/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/test/FlippingTest.java][[BR]][[BR]]
     93 23. Flipping of nodes is tested in [source:/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/test/FlippingTest.java], rotation of nodes is tested in [source:/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/test/RotationTest.java][[BR]][[BR]]
     94 24. Setup E:
     95   * Choose from the menu 'Edit'->'Create Links'. Click OK in the dialogs. All Ports will be connected after performing the action. [[BR]][[BR]]
     96 25. SetupE+24.
     97   * Open the Visual editor for test2. Change name of 'in_term_3' to 'in_term_4'. A dialog will pop up asking for refactoring. Click yes.
     98   * Save and close visual editor for test2. Press F5 with fokus in visual editor of test_outer.
     99   * All terminal are sill connected and the new name appears.[[BR]][[BR]]