Revision: 5326
          http://jnode.svn.sourceforge.net/jnode/?rev=5326&view=rev
Author:   crawley
Date:     2009-04-20 15:25:57 +0000 (Mon, 20 Apr 2009)

Log Message:
-----------
Added a test that exercises <file input=true> support in TestHarness 

Modified Paths:
--------------
    trunk/shell/src/test/org/jnode/test/shell/bjorne/bjorne-shell-tests.xml

Modified: 
trunk/shell/src/test/org/jnode/test/shell/bjorne/bjorne-shell-tests.xml
===================================================================
--- trunk/shell/src/test/org/jnode/test/shell/bjorne/bjorne-shell-tests.xml     
2009-04-20 15:21:03 UTC (rev 5325)
+++ trunk/shell/src/test/org/jnode/test/shell/bjorne/bjorne-shell-tests.xml     
2009-04-20 15:25:57 UTC (rev 5326)
@@ -669,6 +669,17 @@
     <error>Hello mother again
 </error>
     </testSpec>
+    <testSpec title="redirection 2" command="test" runMode="AS_SCRIPT" rc="0">
+        <script>#!bjorne
+                cat &lt; @TEMP_DIR@/1 &gt; @TEMP_DIR@/2 
+        </script>
+        <file name="1" input="true">Hi mum
+Hi mum again
+</file>
+        <file name="2" input="false">Hi mum
+Hi mum again
+</file>
+    </testSpec>
     <testSpec title="here" command="test" runMode="AS_SCRIPT" rc="0">
         <script>#!bjorne
                 cat &lt;&lt;EOF &gt; @TEMP_DIR@/1 


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

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Jnode-svn-commits mailing list
Jnode-svn-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits

Reply via email to