Changes between Version 29 and Version 30 of PromotEditorTest
- Timestamp:
- Aug 18, 2010, 4:11:00 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PromotEditorTest
v29 v30 8 8 9 9 '''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]10 Start ProMoT server and GUI -> load the logical library 11 11 -> load the logical toymodel from tutorial [source:/Promot/trunk/promot/kb/SignalTransd/structure/toymodel_tutorial/LOAD_toymodel.mdl] 12 12 -> Open the Visual Editor for the browser tree node "cell" by double click. … … 17 17 18 18 '''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]19 Start ProMoT server and GUI -> load the logical library 20 20 -> load the test file [source:/Promot/trunk/promot/kb/testsuite/mdl/shortcut-test.mdl] 21 21 -> Open the Visual Editor for "new-subclass". 22 22 23 23 '''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]24 Start ProMoT server and GUI -> load the logical library 25 25 -> load the test file [source:/Promot/trunk/promot/kb/testsuite/mdl/checker-test.mdl] 26 26 -> Open the Visual Editor for "cell". [[BR]] [[BR]] 27 28 '''Setup E: ''' applied to test 24,25 [[BR]] 29 Start 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 27 33 28 34 … … 85 91 * k2_k3r_k3p2 (Red box; "Error (open Port):-> Not all Ports have a connection") 86 92 * 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]]