|
From: <cr...@us...> - 2009-05-03 12:18:26
|
Revision: 5393
http://jnode.svn.sourceforge.net/jnode/?rev=5393&view=rev
Author: crawley
Date: 2009-05-03 12:17:04 +0000 (Sun, 03 May 2009)
Log Message:
-----------
Tidying up tests that have moved
Modified Paths:
--------------
trunk/cli/build-tests.xml
trunk/shell/src/test/org/jnode/test/shell/all-tests.xml
Removed Paths:
-------------
trunk/shell/src/test/org/jnode/test/shell/command/
Modified: trunk/cli/build-tests.xml
===================================================================
--- trunk/cli/build-tests.xml 2009-05-03 11:55:49 UTC (rev 5392)
+++ trunk/cli/build-tests.xml 2009-05-03 12:17:04 UTC (rev 5393)
@@ -1,11 +1,11 @@
-<project name="JNode-Shell-Tests" default="all" basedir=".">
+<project name="JNode-CLI-Tests" default="all" basedir=".">
<import file="${basedir}/../all/build.xml"/>
<target name="help" description="output target descriptions">
<echo>
The main targets (tests) for this build are as follows:
-all Runs all tests for this project
+all Runs all tests for the 'cli' project
help Output these messages
</echo>
</target>
Modified: trunk/shell/src/test/org/jnode/test/shell/all-tests.xml
===================================================================
--- trunk/shell/src/test/org/jnode/test/shell/all-tests.xml 2009-05-03 11:55:49 UTC (rev 5392)
+++ trunk/shell/src/test/org/jnode/test/shell/all-tests.xml 2009-05-03 12:17:04 UTC (rev 5393)
@@ -1,8 +1,4 @@
<testSet title="All shell tests">
<include setName="bjorne/bjorne-shell-tests.xml"/>
<include setName="bjorne/bjorne-builtin-tests.xml"/>
-<!-- <include setName="command/posix/posix-command-tests.xml"/>-->
-<!-- <include setName="command/posix/basename-command-tests.xml"/>-->
-<!-- <include setName="command/posix/dirname-command-tests.xml"/>-->
-<!-- <include setName="command/posix/wc-command-tests.xml"/>-->
</testSet>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|