aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcHarnessTests.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2004-06-10 16:35:55 +0000
committerwisberg <wisberg>2004-06-10 16:35:55 +0000
commit2489444ba5813cb1f3409eab9d04aa73f1bb3939 (patch)
tree6282aeeaabb045426fefa84be399b898ab7c8e12 /tests/ajcHarnessTests.xml
parent0ffb7cb8f5b01873495f1d419e4f59c13816325c (diff)
downloadaspectj-2489444ba5813cb1f3409eab9d04aa73f1bb3939.tar.gz
aspectj-2489444ba5813cb1f3409eab9d04aa73f1bb3939.zip
harness support for dirchanges delay (milliseconds) attribute
Diffstat (limited to 'tests/ajcHarnessTests.xml')
-rw-r--r--tests/ajcHarnessTests.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ajcHarnessTests.xml b/tests/ajcHarnessTests.xml
index 304552eff..d3534b01d 100644
--- a/tests/ajcHarnessTests.xml
+++ b/tests/ajcHarnessTests.xml
@@ -243,7 +243,7 @@
options="in packageOne.Main.main(..),
before main packageOne.Main"/>
<inc-compile tag="20">
- <dir-changes updated="packageOne.Main"/>
+ <dir-changes delay="2000" updated="packageOne.Main"/>
</inc-compile>
<run class="packageOne.Main"
options="in longer packageOne.Main.main(..),