]> source.dussan.org Git - aspectj.git/commitdiff
slowly merging in optimizations
authoraclement <aclement>
Sat, 7 Nov 2009 22:20:44 +0000 (22:20 +0000)
committeraclement <aclement>
Sat, 7 Nov 2009 22:20:44 +0000 (22:20 +0000)
weaver5/java5-testsrc/org/aspectj/weaver/JoinPointSignatureIteratorTests.java

index bdc4abe0a0d365fa0844966cea03a6381252c94c..9b7aa00d6e8b92193cec731e680cdb8309c074e0 100644 (file)
@@ -46,7 +46,7 @@ public class JoinPointSignatureIteratorTests extends TestCase {
                // and one is not. The aim of the test here is that the join point signatures generated for both
                // should be the same because of the use of a proxy.
 
-               List l = proxy.getMethodsWithoutIterator(false, false);
+               List l = proxy.getMethodsWithoutIterator(false, false, false);
                for (Object object : l) {
                        ResolvedMember rm = (ResolvedMember) object;
                        if (expectedResults.containsKey(rm.toString())) {