[opengtl-commits] [480] slightly improved library test |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 480
Author: cyrille
Date: 2008-11-16 22:47:54 +0100 (Sun, 16 Nov 2008)
Log Message:
-----------
slightly improved library test
Modified Paths:
--------------
trunk/OpenGTL/OpenShiva/tests/parse/import.shiva
trunk/OpenGTL/OpenShiva/tests/parse/library.shiva
Modified: trunk/OpenGTL/OpenShiva/tests/parse/import.shiva
===================================================================
--- trunk/OpenGTL/OpenShiva/tests/parse/import.shiva 2008-11-16 21:41:52 UTC (rev 479)
+++ trunk/OpenGTL/OpenShiva/tests/parse/import.shiva 2008-11-16 21:47:54 UTC (rev 480)
@@ -4,6 +4,6 @@
{
void evaluatePixel(output pixel result)
{
-
+ test();
}
}
Modified: trunk/OpenGTL/OpenShiva/tests/parse/library.shiva
===================================================================
--- trunk/OpenGTL/OpenShiva/tests/parse/library.shiva 2008-11-16 21:41:52 UTC (rev 479)
+++ trunk/OpenGTL/OpenShiva/tests/parse/library.shiva 2008-11-16 21:47:54 UTC (rev 480)
@@ -1,3 +1,6 @@
library Library {
-
+ bool test()
+ {
+ return false;
+ }
}