ahsing / android-test-kit

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

AndroidTestCase with NumberPicker fails pre-lollipop #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. AndroidTestCase with NumberPicker
2. androidTestCompile with Espresso 2.0
3. Run with all tests with AndroidJUnitRunner

What is the expected output? What do you see instead?

Expected output: Test runs successfully
Actual output: Crash while inflating NumberPicker (logcat attached)

What version of the product are you using? On what operating system?

Espresso 2.0
Android 4.3

Please provide any additional information below.

Reproduce with this repo: https://github.com/chiuki/espresso-number-picker
Switch to "old" tag for the working version before Espresso 2.0

Original issue reported on code.google.com by chi...@gmail.com on 8 Jan 2015 at 4:06

Attachments:

GoogleCodeExporter commented 9 years ago
Seems like an issue with the app under test.

Original comment by vale...@google.com on 16 Mar 2015 at 7:48

GoogleCodeExporter commented 9 years ago
The app is here: https://github.com/chiuki/espresso-number-picker

It just has a NumberPicker, so I'm not sure what the issue could be?

Original comment by chi...@gmail.com on 16 Mar 2015 at 10:02