Skip to content
Snippets Groups Projects
Commit d78b056b authored by Stefano Borini's avatar Stefano Borini
Browse files

Fixed tests

parent f3545072
No related branches found
No related tags found
1 merge request!137Communicative workflow reader
This commit is part of merge request !137. Comments created here will be created in the context of that merge request.
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"version": "1", "version": "1",
"workflow": { "workflow": {
"mco": { "mco": {
"id": "force.bdss.enthought.plugin.test.v0.factory.test_mco", "id": "force.bdss.enthought.plugin.test.v0.factory.probe_mco",
"model_data": { "model_data": {
"parameters" : [ "parameters" : [
] ]
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"execution_layers": [ "execution_layers": [
[ [
{ {
"id": "force.bdss.enthought.plugin.test.v0.factory.test_ds", "id": "force.bdss.enthought.plugin.test.v0.factory.probe_data_source",
"model_data": { "model_data": {
"input_slot_info": [ "input_slot_info": [
], ],
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
], ],
"notification_listeners": [ "notification_listeners": [
{ {
"id": "force.bdss.enthought.plugin.test.v0.factory.test_nl", "id": "force.bdss.enthought.plugin.test.v0.factory.probe_notification_listener",
"model_data": { "model_data": {
} }
} }
......
...@@ -92,7 +92,7 @@ class TestCoreMCODriver(unittest.TestCase): ...@@ -92,7 +92,7 @@ class TestCoreMCODriver(unittest.TestCase):
("force_bdss.core_mco_driver", ("force_bdss.core_mco_driver",
"ERROR", "ERROR",
"Failed to create or initialize listener with id " "Failed to create or initialize listener with id "
"force.bdss.enthought.plugin.test.v0.factory.test_nl: ")) "force.bdss.enthought.plugin.test.v0.factory.probe_notification_listener: "))
self.assertEqual(len(listeners), 0) self.assertEqual(len(listeners), 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment