Commit Graph

13 Commits

Author SHA1 Message Date
Brian Nicholson
4d2d69ae8f Bug 758392 - Create abstract getTestType() method in BaseTest. r=gbrown 2012-06-27 16:56:49 -07:00
Phil Ringnalda
9927ee82ec Back out 551fb80a2dca (bug 758392) for roboprovider bustage 2012-05-25 23:18:19 -07:00
Brian Nicholson
69073bf236 Bug 758392 - Create abstract getTestType() method in BaseTest. r=gbrown f=jmaher 2012-05-25 17:26:04 -07:00
Mark Finkle
cb43505d4e Bug 725787 - Robotium: loadUrl should be callable more than one time r=gbrown 2012-02-10 09:44:06 -05:00
Kartikaya Gupta
86ebca2400 Bug 724949 - Extract a PixelTest class to reuse common pixel-checking operations. r=jmaher 2012-02-07 14:10:58 -05:00
Kartikaya Gupta
e24dc9d2e7 Bug 723619 - Update testLoad to avoid a race condition where paint finishes before we start listening. r=jmaher 2012-02-02 16:07:00 -05:00
Joel Maher
3c8ca91d37 Bug 717057 - allow robotium testPan to run in talos. r=kats,gbrown 2012-02-02 10:09:26 -05:00
Kartikaya Gupta
591a8d6a69 Bug 720144 - Add a simple pixel test to testLoad to ensure the page loaded and was visible. r=jmaher 2012-01-30 22:46:34 -05:00
Kartikaya Gupta
d2f4ccc15c Bug 715443 - [2/2] More robotium cleanup. r=jmaher
- Extract utility functions into BaseTest so that there's a bunch of duplicated code everywhere
- Use long instead of Long in testPan to avoid object creation
2012-01-05 10:20:22 -05:00
Kartikaya Gupta
04aa4f1aef Bug 715443 - [1/2] Robotium cleanup. r=jmaher
- Extract a common BaseTest class to hold the duplicated setup/tearDown stuff
- Convert 2-space indent to 4-space indent in keeping with rest of android code
- Prefix class member variables with 'm'
- Convert tabs to spaces, remove trailing whitespace
- Remove unused imports
- Use generics to reduce unchecked warnings
2012-01-05 10:20:22 -05:00
Joel Maher
e41beec0c5 Bug 711591 - make the robotium test driver a bit more driver like. r=ctalbert 2011-12-30 15:57:34 -05:00
Geoff Brown
aaf8a4cf00 Bug 701076: Minor updates to robotium tests to improve reliability of text entry; r=jmaher 2011-12-22 09:09:50 -05:00
Joel Maher
cefc6850ad Bug 701076 - [tests] Robotium integration into mozilla-central. r=mfinkle,dburns 2011-12-16 14:27:52 -05:00