|
From: <got...@us...> - 2009-11-23 14:11:44
|
Revision: 483
http://scstudio.svn.sourceforge.net/scstudio/?rev=483&view=rev
Author: gotthardp
Date: 2009-11-23 14:11:32 +0000 (Mon, 23 Nov 2009)
Log Message:
-----------
Tiny little fix of the previous commit.
Modified Paths:
--------------
trunk/src/check/time/module.cpp
trunk/tests/time/CMakeLists.txt
Modified: trunk/src/check/time/module.cpp
===================================================================
--- trunk/src/check/time/module.cpp 2009-11-23 13:59:35 UTC (rev 482)
+++ trunk/src/check/time/module.cpp 2009-11-23 14:11:32 UTC (rev 483)
@@ -16,7 +16,7 @@
* $Id$
*/
-#include "check/time/constrain_check.h"
+#include "check/time/constraint_syntax.h"
// module initialization function
// note: the Visio add-on searches for a function of this name
Modified: trunk/tests/time/CMakeLists.txt
===================================================================
--- trunk/tests/time/CMakeLists.txt 2009-11-23 13:59:35 UTC (rev 482)
+++ trunk/tests/time/CMakeLists.txt 2009-11-23 14:11:32 UTC (rev 483)
@@ -1,5 +1,5 @@
-ADD_CHECKER_TEST(sctime "Time Constraints" connector_correct0.mpr 1)
-ADD_CHECKER_TEST(sctime "Time Constraints" connector_correct1.mpr 1)
+ADD_CHECKER_TEST(sctime "Correct Time Constraint Syntax" connector_correct0.mpr 1)
+ADD_CHECKER_TEST(sctime "Correct Time Constraint Syntax" connector_correct1.mpr 1)
-ADD_CHECKER_TEST(sctime "Time Constraints" connector_incorrect1.mpr 0)
-ADD_CHECKER_TEST(sctime "Time Constraints" connector_incorrect2.mpr 0)
+ADD_CHECKER_TEST(sctime "Correct Time Constraint Syntax" connector_incorrect1.mpr 0)
+ADD_CHECKER_TEST(sctime "Correct Time Constraint Syntax" connector_incorrect2.mpr 0)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|