|
@@ -75,6 +75,10 @@ class TestPowerWindow(unittest.TestCase):
|
|
|
"ProcessModel",
|
|
|
"pm_powerwindow",
|
|
|
] + get_model_constructor_2("models/pm_req_analyse.mvc") + [
|
|
|
+ "model_add",
|
|
|
+ "SimpleClassDiagrams",
|
|
|
+ "Architecture",
|
|
|
+ ] + get_model_constructor_2("models/architecture.mvc") + [
|
|
|
"model_list",
|
|
|
"transformation_add_MT_language",
|
|
|
"PetriNet",
|
|
@@ -251,13 +255,13 @@ class TestPowerWindow(unittest.TestCase):
|
|
|
"Welcome to the Model Management Interface v2.0!",
|
|
|
"Use the 'help' command for a list of possible commands",
|
|
|
"Ready for command...",
|
|
|
- # model_add * 9
|
|
|
+ # model_add * 10
|
|
|
] + [ "Creating new model!",
|
|
|
"Model type?",
|
|
|
"Model name?",
|
|
|
"Waiting for model constructors...",
|
|
|
"Model upload success!",
|
|
|
- "Ready for command...", ] * 9 + [
|
|
|
+ "Ready for command...", ] * 10 + [
|
|
|
# model_list
|
|
|
model_list |
|
|
|
set([
|
|
@@ -557,6 +561,10 @@ class TestPowerWindow(unittest.TestCase):
|
|
|
"ProcessModel",
|
|
|
"pm_powerwindow",
|
|
|
] + get_model_constructor_2("models/pm_req_analyse.mvc") + [
|
|
|
+ "model_add",
|
|
|
+ "SimpleClassDiagrams",
|
|
|
+ "Architecture",
|
|
|
+ ] + get_model_constructor_2("models/architecture.mvc") + [
|
|
|
"model_list",
|
|
|
"transformation_add_MT_language",
|
|
|
"PetriNet",
|
|
@@ -751,13 +759,13 @@ class TestPowerWindow(unittest.TestCase):
|
|
|
"Welcome to the Model Management Interface v2.0!",
|
|
|
"Use the 'help' command for a list of possible commands",
|
|
|
"Ready for command...",
|
|
|
- # model_add * 9
|
|
|
+ # model_add * 10
|
|
|
] + [ "Creating new model!",
|
|
|
"Model type?",
|
|
|
"Model name?",
|
|
|
"Waiting for model constructors...",
|
|
|
"Model upload success!",
|
|
|
- "Ready for command...", ] * 9 + [
|
|
|
+ "Ready for command...", ] * 10 + [
|
|
|
# model_list
|
|
|
model_list |
|
|
|
set([
|
|
@@ -1086,6 +1094,10 @@ class TestPowerWindow(unittest.TestCase):
|
|
|
"ProcessModel",
|
|
|
"pm_powerwindow",
|
|
|
] + get_model_constructor_2("models/pm_req_analyse_debug.mvc") + [
|
|
|
+ "model_add",
|
|
|
+ "SimpleClassDiagrams",
|
|
|
+ "Architecture",
|
|
|
+ ] + get_model_constructor_2("models/architecture.mvc") + [
|
|
|
"model_list",
|
|
|
"transformation_add_MT_language",
|
|
|
"PetriNet",
|
|
@@ -1283,13 +1295,13 @@ class TestPowerWindow(unittest.TestCase):
|
|
|
"Welcome to the Model Management Interface v2.0!",
|
|
|
"Use the 'help' command for a list of possible commands",
|
|
|
"Ready for command...",
|
|
|
- # model_add * 9
|
|
|
+ # model_add * 10
|
|
|
] + [ "Creating new model!",
|
|
|
"Model type?",
|
|
|
"Model name?",
|
|
|
"Waiting for model constructors...",
|
|
|
"Model upload success!",
|
|
|
- "Ready for command...", ] * 9 + [
|
|
|
+ "Ready for command...", ] * 10 + [
|
|
|
# model_list
|
|
|
model_list |
|
|
|
set([
|