joelmap / omnidroid

Automatically exported from code.google.com/p/omnidroid
Apache License 2.0
0 stars 0 forks source link

Remove JTwitter from TestCases #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Remove JTwitter Test Cases from Android Test Unit.

Original issue reported on code.google.com by case.and...@gmail.com on 16 Jun 2010 at 4:07

GoogleCodeExporter commented 9 years ago
To run the test without the jtwitter on Eclipse, right click on the 
omnidroid-test project, go to the run configuration, then select "run a single 
test" with edu.nyu.cs.omnidroid.app.AllTests as the test class. Or type the 
following from the command line:
adb shell am instrument -w -e class edu.nyu.cs.omnidroid.app.AllTests 
edu.nyu.cs.omnidroid.app.tests/android.test.InstrumentationTestRunner

Original comment by renc...@gmail.com on 20 Jun 2010 at 8:46

GoogleCodeExporter commented 9 years ago
Thanks!  I'm testing the autobuild with this.  If it works I'll commit the 
change.

Original comment by case.and...@gmail.com on 20 Jun 2010 at 9:07

GoogleCodeExporter commented 9 years ago
Thanks Ren, worked great.  Committed r764.

Original comment by case.and...@gmail.com on 20 Jun 2010 at 9:19