From 3838c6ba287baf4bb3566ed47b0c99840b7ebba8 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Wed, 5 Nov 2003 20:12:28 +0000 Subject: as a task; unit tests tested on windows. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275614 13f79535-47bb-0310-9956-ffa450edef68 --- src/etc/testcases/taskdefs/nice.xml | 50 +++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 src/etc/testcases/taskdefs/nice.xml (limited to 'src/etc') diff --git a/src/etc/testcases/taskdefs/nice.xml b/src/etc/testcases/taskdefs/nice.xml new file mode 100644 index 000000000..0e80b3b46 --- /dev/null +++ b/src/etc/testcases/taskdefs/nice.xml @@ -0,0 +1,50 @@ + + + + +Test nicing. To make the test more complex we may be running in a nice mode +to start with, and we want to restore that value at the end. So every test +that succeeds must restore the saved value. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.1