Bugfixing LinuxNode and LinuxApplication
[nepi.git] / test / execution / ec.py
index 2a24547..4602148 100755 (executable)
@@ -72,7 +72,7 @@ class ExecuteControllersTestCase(unittest.TestCase):
 
     def test_schedule_exception(self):
         def raise_error():
-            raise RuntimeError, "the error"
+            raise RuntimeError, "NOT A REAL ERROR. JUST TESTING!"
 
         ec = ExperimentController()
         ec.schedule("2s", raise_error)