Changes between Version 11 and Version 12 of PromotEditorTest
- Timestamp:
- Jul 1, 2009, 1:39:50 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PromotEditorTest
v11 v12 1 1 = ProMoT Visual Editor = 2 2 3 '''Setup A: ''' 3 '''Setup A: ''' applied to tests 1., 2., 3., 4., 5., 7., 9., 10., 11., 12., 13., 14., 15., 16., 17., 18. [[BR]] 4 4 Start ProMoT server and GUI -> load the logical library [source:/Promot/trunk/promot/kb/SignalTransd/structure/struct-ana-library.mdl] 5 5 -> load the logical toymodel from tutorial [source:/Promot/trunk/promot/kb/SignalTransd/structure/toymodel_tutorial/LOAD_toymodel.mdl] 6 6 -> Open the Visual Editor for the browser tree node "cell" by double click. 7 7 8 '''Setup B: ''' 8 '''Setup B: ''' applied to tests 11., 13. 9 9 Start ProMoT server and GUI -> load [source:/Promot/trunk/promot/kb/practical-bio/LOAD.mdl] which includes the library (reduced-library) for dynamic modeling 10 10 -> Open the browser tree for "dynamic-model", for "mapk_modules" and double click to "raf-ras_modu" to open the Visual Editor for this class … … 12 12 13 13 The Functionality needed for the setups should be tested in browser tests, see: [wiki:testplan])[[BR]] 14 Setup A is applied to tests 1., 2., 3., 4., 5., 7., 9., 10., 11., 12., 13., 14., 15., 16., 17., 18. [[BR]] 15 Setup B is applied to tests 11., 12., 14 16 15 17 16 1. Open the menu "Model" -> "Save as", type in the dialog "cell2" and click to the button "OK". A new class appears in the browser tree with name "cell2" with the same mdl-code like cell. !!! Save changes has to be tested. !!! … … 40 39 term-reaction-flux is propagated to the modules border. 41 40 There is also a !LinkNode created for the link between the storage and the adapter and placed on the storage terminal. 42 12. Copy&Paste a selection of slots (inside one/ between two editors)43 13. !EditDetailsDialog (see [wiki:ProMoTVarEditorTest detailed tests])41 12. !EditDetailsDialog (see [wiki:ProMoTVarEditorTest detailed tests]) 42 13. Open the !EditDetailsDialog for the slot "not_r1_r2_a2", add a documentation string and set the 'ignore_in_export' variable to the value '1', save and close (see test 12). Then select the slots "!r1", "!r2", "not_r1_r2_a2", "not_lr" and "a2" and press 'Ctrl + C' and 'Ctrl + V'. The slots "!r10", "!r20", "not_lr0" "not_r1_r2_a20" and "a20" are created and connected like the original. Check via the !EditDetailsDialog or in the mdl that "not_r1_r2_a20" has the value '1' for the variable 'ignore_in_export' and the same documentation string like "not_r1_r2_a2". Open the visual editor for the class "nucleus" and also press 'Ctrl + V', the slots are created, check again the names variables and documentation. 44 43 14. Elevate a modules content to the current level (de-modularization) 45 44 15. Create a new class from a selection (modularization)