From: aclement Date: Fri, 13 Nov 2009 18:25:24 +0000 (+0000) Subject: expected output change X-Git-Tag: V1_6_7~83 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=81fbcb2ec69061fb085c55e7e2fb8c99f0ee1ea8;p=aspectj.git expected output change --- diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java b/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java index 0accb4d71..f55bc3256 100644 --- a/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java +++ b/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java @@ -103,12 +103,17 @@ public class MultiProjectIncrementalTests extends AbstractMultiProjectIncrementa build(p); List errors = getErrorMessages(p); // Build errors: - // error at \src\p\Foo.aj:8::94 The target type for the intertype declaration is not generic - // error at \src\p\Foo.aj:12::154 The target type for the intertype declaration is not generic - // error at \src\p\A.java:0::0 Inconsistent classfile encountered: The undefined type parameter N is referenced from within - // Foo - assertEquals(3, errors.size()); - // *cough* third error, hmmm + // error at N:\temp\ajcSandbox\aspectj16_3\ajcTest60379.tmp\pr280676_2\src\p\A.java:8:0::0 a.ls cannot be resolved or is not + // a field + // error at N:\temp\ajcSandbox\aspectj16_3\ajcTest60379.tmp\pr280676_2\src\p\Foo.aj:8:0::0 Type parameters can not be + // specified in the ITD target type - the target type p.A is not generic. + // error at N:\temp\ajcSandbox\aspectj16_3\ajcTest60379.tmp\pr280676_2\src\p\Foo.aj:12:0::0 Type parameters can not be + // specified in the ITD target type - the target type p.A is not generic. + // error at N:\temp\ajcSandbox\aspectj16_3\ajcTest60379.tmp\pr280676_2\src\p\Foo.aj:8:0::0 Type parameters can not be + // specified in the ITD target type - the target type p.A is not generic. + // error at N:\temp\ajcSandbox\aspectj16_3\ajcTest60379.tmp\pr280676_2\src\p\Foo.aj:12:0::0 Type parameters can not be + // specified in the ITD target type - the target type p.A is not generic. + assertEquals(5, errors.size()); } public void testAdviceHandles_pr284771() throws Exception {