diff options
author | acolyer <acolyer> | 2004-03-16 16:32:29 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-03-16 16:32:29 +0000 |
commit | b9c42311b8159718277afea240f3c34376149106 (patch) | |
tree | 37ccaacf13a29ebb44491b38b46d3d188af542ff /tests/ajcTests.xml | |
parent | 1a4c02c986332c37aa1d1e86867b2434892eb11f (diff) | |
download | aspectj-b9c42311b8159718277afea240f3c34376149106.tar.gz aspectj-b9c42311b8159718277afea240f3c34376149106.zip |
commenting out unreliable test - can't always delete sandbox afterwards, need to find out why...
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index e8fd3a0eb..496db30ab 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -7474,12 +7474,15 @@ </compile> </ajc-test> + <!-- this test unreliable - can't always delete sandbox afterwards, need to get + to the bottom of why... <ajc-test dir="bugs" pr="43714" title="weaving from an input jar into that same jar.." > <compile files="notAJar.jar" outjar="notAJar.jar"> <message kind="error" line="0"/> </compile> </ajc-test> + --> <ajc-test dir="bugs" pr="43714" title="weaving from an aspectpath jar into that same jar.." > |