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
......@@ -2,7 +2,7 @@
"version": "1",
"workflow": {
"mco": {
"id": "force.bdss.enthought.plugin.test.v0.factory.test_mco",
"id": "force.bdss.enthought.plugin.test.v0.factory.probe_mco",
"model_data": {
"parameters" : [
]
......@@ -11,7 +11,7 @@
"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": {
"input_slot_info": [
],
......@@ -23,7 +23,7 @@
],
"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": {
}
}
......
......@@ -92,7 +92,7 @@ class TestCoreMCODriver(unittest.TestCase):
("force_bdss.core_mco_driver",
"ERROR",
"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)
......
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