From aa4e441fca78dfc36f6a78c0f7b922718f352b04 Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Wed, 11 Sep 2019 08:35:17 -0700 Subject: Moved tests around for avoiding weaving switch infrastructure method --- .../org/aspectj/weaver/bcel/WeaveTestCase.java | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'weaver/src/test') diff --git a/weaver/src/test/java/org/aspectj/weaver/bcel/WeaveTestCase.java b/weaver/src/test/java/org/aspectj/weaver/bcel/WeaveTestCase.java index 4bab41bfa..d336b580c 100644 --- a/weaver/src/test/java/org/aspectj/weaver/bcel/WeaveTestCase.java +++ b/weaver/src/test/java/org/aspectj/weaver/bcel/WeaveTestCase.java @@ -1,13 +1,13 @@ /* ******************************************************************* * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC). - * All rights reserved. - * This program and the accompanying materials are made available - * under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * PARC initial implementation + * All rights reserved. + * This program and the accompanying materials are made available + * under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * PARC initial implementation * ******************************************************************/ package org.aspectj.weaver.bcel; @@ -29,8 +29,8 @@ import org.aspectj.testing.util.TestUtil; import org.aspectj.util.FileUtil; import org.aspectj.util.LangUtil; import org.aspectj.weaver.Advice; -import org.aspectj.weaver.WeaverTestCase; import org.aspectj.weaver.ShadowMunger; +import org.aspectj.weaver.WeaverTestCase; import org.aspectj.weaver.patterns.FormalBinding; import org.aspectj.weaver.patterns.PerClause; import org.aspectj.weaver.patterns.Pointcut; @@ -133,7 +133,7 @@ public abstract class WeaveTestCase extends TestCase { throw e; } } - + public String findMostRelevantFile(String name) { double version = LangUtil.getVmVersion(); while (version > 0) { @@ -267,7 +267,7 @@ public abstract class WeaveTestCase extends TestCase { // ---- public String[] getStandardTargets() { - return new String[] { "HelloWorld", "FancyHelloWorld", "HelloWorldEnumSwitch" }; + return new String[] { "HelloWorld", "FancyHelloWorld" }; } public String getTraceJar() { -- cgit v1.2.3