Changeset 2068 for trunk/autoquest-plugin-android-test
- Timestamp:
- 04/12/16 14:50:15 (9 years ago)
- Location:
- trunk/autoquest-plugin-android-test
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-android-test/.classpath
r1963 r2068 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <classpath> 3 <classpathentry kind="src" output="target/classes" path="src/main/java">4 <attributes>5 <attribute name="optional" value="true"/>6 <attribute name="maven.pomderived" value="true"/>7 </attributes>8 </classpathentry>9 <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">10 <attributes>11 <attribute name="maven.pomderived" value="true"/>12 </attributes>13 </classpathentry>14 3 <classpathentry kind="src" output="target/test-classes" path="src/test/java"> 15 4 <attributes> -
trunk/autoquest-plugin-android-test/src/test/java/de/ugoe/cs/autoquest/plugin/android/ANDROIDLogParserTest.java
r1800 r2068 46 46 public void test() { 47 47 AndroidLogParser parser = new AndroidLogParser(); 48 parser.parseFile(new File(ClassLoader.getSystemResource("android _testRes_LogFile_2014_10_07.xml").getFile()));48 parser.parseFile(new File(ClassLoader.getSystemResource("androidLogFile_testRes1421664934020.log").getFile())); 49 49 50 50 Collection<List<Event>> events = parser.getSequences();
Note: See TracChangeset
for help on using the changeset viewer.