kerasking / maven-android-plugin

Automatically exported from code.google.com/p/maven-android-plugin
0 stars 0 forks source link

Test case execution fails when more classes are specified #323

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add certain testcases to be executed to the pom.xml of a android test project
Like this:
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
            <artifactId>android-maven-plugin</artifactId>
            <configuration>
                <test>
                    <createReport>true</createReport>
                    <classes>
                        <class>a.b.c</class>
                        <class>a.b.c2</class>
                        <class>d.e.f</class>
                    </classes></test>....
2. Run the testcases on a Jenkins Build Server

What is the expected output?
All testcases are executed (they all run sucessful if only one testcase is 
included)

What do you see instead?
 Running instrumentation tests in x.x.x.test on 192.168.1.31:5555 (avdName=null)
[INFO]   Run started: de.weptun.android.test, 0 tests:
[INFO]   Run failed: java.io.IOException: EOF

What version of maven-android-plugin are you using?
3.4.0

What are the complete output lines of "mvn -version" on your machine?

Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
Maven home: /usr/share/maven
Java version: 1.6.0_33, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.7.4", arch: "x86_64", family: "mac"

Please provide any additional information below.
As said above the testcases run without problems if executed as single testcases

Original issue reported on code.google.com by david.ds...@gmail.com on 23 Nov 2012 at 10:11

GoogleCodeExporter commented 9 years ago
We are no longer using the issue tracking system on Google Code. Please refile 
this issue on https://github.com/jayway/maven-android-plugin/issues if you 
still have this problem with the latest release of the Android Maven Plugin

Original comment by mosa...@gmail.com on 19 May 2014 at 4:19