diff options
author | wisberg <wisberg> | 2005-06-08 23:51:21 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-06-08 23:51:21 +0000 |
commit | ce2236f048e5c154152631358fa236b9a17d3c1d (patch) | |
tree | 2aaca684ebc752b75314402deb903651a312fc30 /tests/src/org | |
parent | d6657a6ebe375754cbf3c14507f2903dd26cb518 (diff) | |
download | aspectj-ce2236f048e5c154152631358fa236b9a17d3c1d.tar.gz aspectj-ce2236f048e5c154152631358fa236b9a17d3c1d.zip |
disabled test that assumes advice between unrelated aspects is ordered.
Diffstat (limited to 'tests/src/org')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc150/PerTypeWithinTests.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/PerTypeWithinTests.java b/tests/src/org/aspectj/systemtest/ajc150/PerTypeWithinTests.java index 9abfebe14..147e74e22 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/PerTypeWithinTests.java +++ b/tests/src/org/aspectj/systemtest/ajc150/PerTypeWithinTests.java @@ -58,9 +58,10 @@ public class PerTypeWithinTests extends XMLBasedAjcTestCase { * Aspects Q and R match P with a pertypewithin() - they shouldn't clash in any way * */ - public void testTwoAspectsHittingOneType() { - runTest("ptw multi-aspects"); - } + // TODO test invalid - assumes advise in unrelated aspects are ordered +// public void testTwoAspectsHittingOneType() { +// runTest("ptw multi-aspects"); +// } /** * Checks the use of pertypewithin() doesn't result in extra join points (i.e. the |