From ce2236f048e5c154152631358fa236b9a17d3c1d Mon Sep 17 00:00:00 2001 From: wisberg Date: Wed, 8 Jun 2005 23:51:21 +0000 Subject: [PATCH] disabled test that assumes advice between unrelated aspects is ordered. --- .../org/aspectj/systemtest/ajc150/PerTypeWithinTests.java | 7 ++++--- 1 file 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 -- 2.39.5