From cbdb8e067c1c2b0d8ac19015ea4f7aa224eb54de Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Fri, 26 Nov 2021 07:34:01 +0100 Subject: Incorporate JDT Core fix + test for #105 Signed-off-by: Alexander Kriegisch --- .../aspectj/systemtest/ajc198/Bugs198Tests.java | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tests/src/test/java/org/aspectj/systemtest/ajc198/Bugs198Tests.java (limited to 'tests/src/test/java/org/aspectj/systemtest/ajc198') diff --git a/tests/src/test/java/org/aspectj/systemtest/ajc198/Bugs198Tests.java b/tests/src/test/java/org/aspectj/systemtest/ajc198/Bugs198Tests.java new file mode 100644 index 000000000..69d484590 --- /dev/null +++ b/tests/src/test/java/org/aspectj/systemtest/ajc198/Bugs198Tests.java @@ -0,0 +1,26 @@ +/******************************************************************************* + * Copyright (c) 2021 Contributors + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v 2.0 + * which accompanies this distribution, and is available at + * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt + *******************************************************************************/ +package org.aspectj.systemtest.ajc198; + +import org.aspectj.testing.XMLBasedAjcTestCase; + +/** + * @author Alexander Kriegisch + */ +public class Bugs198Tests extends XMLBasedAjcTestCase { + + public void testGitHub_105() { + runTest("ITD annotation with mandatory parameter via aspectpath"); + } + + @Override + protected java.net.URL getSpecFile() { + return getClassResource("ajc198.xml"); + } + +} -- cgit v1.2.3