Changeset 2068


Ignore:
Timestamp:
04/12/16 14:50:15 (8 years ago)
Author:
pharms
Message:
  • made this run correctly
Location:
trunk/autoquest-plugin-android-test
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-android-test/.classpath

    r1963 r2068  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<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> 
    143        <classpathentry kind="src" output="target/test-classes" path="src/test/java"> 
    154                <attributes> 
  • trunk/autoquest-plugin-android-test/src/test/java/de/ugoe/cs/autoquest/plugin/android/ANDROIDLogParserTest.java

    r1800 r2068  
    4646        public void test() { 
    4747                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())); 
    4949                 
    5050                Collection<List<Event>> events = parser.getSequences(); 
Note: See TracChangeset for help on using the changeset viewer.