From 598c72655e13bc4f65d2e357ab645b05b69821ca Mon Sep 17 00:00:00 2001 From: jhugunin Date: Thu, 24 Apr 2003 21:05:44 +0000 Subject: [PATCH] expanded tests and fix for Bugzilla Bug 36778 ClassFormatError due to empty interface supertype --- tests/ajcTests.xml | 15 +++++++++++ tests/ajcTestsFailing.xml | 6 +---- tests/jimTests.xml | 6 +---- tests/new/EmptyInterface.java | 9 ++++--- tests/new/EmptyInterfaceCE.java | 32 +++++++++++++++++++++++ weaver/src/org/aspectj/weaver/Advice.java | 17 +++++++++--- 6 files changed, 67 insertions(+), 18 deletions(-) create mode 100644 tests/new/EmptyInterfaceCE.java diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 7bc3af750..4f869e5e4 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -5857,4 +5857,19 @@ + + + + + + + + + + + + diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index ec15b0ad8..41665da25 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -4,11 +4,7 @@ - - - - + diff --git a/tests/jimTests.xml b/tests/jimTests.xml index e350c7f7c..61e8777a6 100644 --- a/tests/jimTests.xml +++ b/tests/jimTests.xml @@ -1,10 +1,6 @@ - - - - +