Revision: 17439
          http://sourceforge.net/p/gate/code/17439
Author:   ian_roberts
Date:     2014-02-26 15:38:00 +0000 (Wed, 26 Feb 2014)
Log Message:
-----------
Default is now null.

Modified Paths:
--------------
    gate/trunk/src/test/gate/creole/TestCreole.java

Modified: gate/trunk/src/test/gate/creole/TestCreole.java
===================================================================
--- gate/trunk/src/test/gate/creole/TestCreole.java     2014-02-26 15:16:19 UTC 
(rev 17438)
+++ gate/trunk/src/test/gate/creole/TestCreole.java     2014-02-26 15:38:00 UTC 
(rev 17439)
@@ -462,10 +462,9 @@
               param.getName().equals("document")
             );
             Object defaultValue = param.calculateDefaultValue();
-            assertTrue(
-              "POT param 0 default should be Document but is " +
-              defaultValue.getClass().getName(),
-              defaultValue instanceof Document
+            assertNull(
+              "POT param 0 default should be null",
+              defaultValue
             );
             break;
           default:

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to