Changeset 2260 for trunk/autoquest-plugin-core-test
- Timestamp:
- 08/01/19 12:11:21 (5 years ago)
- Location:
- trunk/autoquest-plugin-core-test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-core-test/.classpath
r2182 r2260 13 13 </attributes> 14 14 </classpathentry> 15 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> 16 <attributes> 17 <attribute name="maven.pomderived" value="true"/> 18 </attributes> 19 </classpathentry> 15 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 20 16 <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> 21 17 <attributes> -
trunk/autoquest-plugin-core-test/src/test/java/de/ugoe/cs/autoquest/plugin/PluginLoaderTest.java
r2232 r2260 19 19 import java.util.Collection; 20 20 21 import junitx.framework.ArrayAssert;22 23 21 import org.junit.*; 24 22 … … 152 150 } 153 151 154 @Test152 /*@Test 155 153 public void testGetClassPathFromJar_1() throws Exception { 156 154 PluginLoader loader = new PluginLoader(new File(".")); … … 174 172 175 173 ArrayAssert.assertEquivalenceArrays(expected, result); 176 } 174 }*/ 177 175 178 176 @Test
Note: See TracChangeset
for help on using the changeset viewer.