Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BaseballCardListWithDataTest.testOnListItemClick() fails #203

Open
ghost opened this issue Feb 16, 2014 · 4 comments
Open

BaseballCardListWithDataTest.testOnListItemClick() fails #203

ghost opened this issue Feb 16, 2014 · 4 comments

Comments

@ghost
Copy link

ghost commented Feb 16, 2014

<?xml version="1.0" encoding="UTF-8"?>
<testrun name="BaseballCardListWithDataTest.testOnListItemClick" project="bbct-common-tests" tests="1" started="1" failures="1" errors="0" ignored="0">
  <testsuite name="AVD_for_Nexus_S_by_Google [emulator-5554]" time="9.287">
    <testsuite name="bbct.android.common.activity.test.BaseballCardListWithDataTest" time="9.286">
      <testcase name="testOnListItemClick " classname="bbct.android.common.activity.test.BaseballCardListWithDataTest" time="9.286">
        <failure>junit.framework.AssertionFailedError
at bbct.android.common.test.BBCTTestUtil.clickCardDetailsDone(BBCTTestUtil.java:220)
at bbct.android.common.activity.test.BaseballCardListWithDataTest.testOnListItemClick(BaseballCardListWithDataTest.java:266)
at java.lang.reflect.Method.invokeNative(Native Method)
at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:214)
at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:199)
at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:192)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:190)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:175)
at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:555)
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1584)

</failure>
      </testcase>
    </testsuite>
  </testsuite>
</testrun>
@ghost ghost added android labels Feb 16, 2014
@codeguru42
Copy link
Member

For the AVD configuration you use, do you have to scroll down to see the "Save" and "Done" buttons in BaseballCardDetails?

@ghost
Copy link
Author

ghost commented Feb 16, 2014

The "Save" and "Done" buttons are visible without having to scroll down.

@codeguru42
Copy link
Member

I am unable to duplicate this result. This test passes for me on both the emulator and on a device.

@tmatek Do you get this same result every time you run the test suite? From my experience some tests behave differently from one test run to the next.

@codeguru42
Copy link
Member

@tmatek Can you run the test suite against the current version to see if this test still fails for you?

@codeguru42 codeguru42 modified the milestone: 0.7 Jan 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant