Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(11615)

Issue 1712046: Wire protocol update. Unit test update. Workaround for handling list of test methods

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 10 months ago by shahun
Modified:
13 years, 10 months ago
Reviewers:
baran, Anatoli, Eran
CC:
webdriver-mobile-eng_google.com
Base URL:
http://webdriver-blackberry.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Test suite is built by exclusion #

Patch Set 3 : Changes in frame search and element attributes handling #

Unified diffs Side-by-side diffs Delta from patch set Stats (+447 lines, -31 lines) Patch
M Rakefile View 1 3 chunks +5 lines, -0 lines 0 comments Download
M blackberry/src/java/org/openqa/selenium/remote/blackberry/BlackBerryDriver.java View 2 chunks +29 lines, -13 lines 0 comments Download
M blackberry/src/java/org/openqa/selenium/remote/blackberry/BlackBerryWebElement.java View 1 chunk +8 lines, -0 lines 0 comments Download
M blackberry/src/java/org/openqa/selenium/remote/blackberry/WebDriverHandler.java View 1 chunk +1 line, -1 line 0 comments Download
M blackberry/src/java/org/openqa/selenium/remote/me/Capabilities.java View 1 chunk +2 lines, -0 lines 0 comments Download
M blackberry/src/java/org/openqa/selenium/remote/me/DriverFactory.java View 3 chunks +10 lines, -0 lines 0 comments Download
M blackberry/src/java/org/openqa/selenium/remote/me/json/BeanConvertUtils.java View 1 chunk +2 lines, -1 line 0 comments Download
M blackberry/src/java/org/openqa/selenium/remote/me/json/JsonWriterRegistry.java View 2 chunks +2 lines, -0 lines 0 comments Download
A blackberry/src/java/org/openqa/selenium/remote/me/json/ResultSetJsonWriter.java View 1 chunk +51 lines, -0 lines 0 comments Download
M blackberry/src/java/org/openqa/selenium/remote/me/rest/handler/html5/ExecuteSQLQuery.java View 2 chunks +2 lines, -2 lines 0 comments Download
M blackberry/src/java/org/openqa/selenium/remote/me/util/DomUtils.java View 2 chunks +3 lines, -3 lines 0 comments Download
A blackberry/test/java/ignoredTests.txt View 1 chunk +62 lines, -0 lines 0 comments Download
M blackberry/test/java/org/openqa/selenium/blackberry/Html5DatabaseTest.java View 1 chunk +1 line, -1 line 0 comments Download
M blackberry/test/java/org/openqa/selenium/remote/BlackBerryDriverTestSuite.java View 1 1 chunk +231 lines, -10 lines 0 comments Download
A blackberry/test/web/html5/gears.html View 1 chunk +38 lines, -0 lines 0 comments Download

Messages

Total messages: 9
shahun
13 years, 10 months ago (2010-06-24 13:07:38 UTC) #1
baran
http://codereview.appspot.com/1712046/diff/1/4 File blackberry/test/java/org/openqa/selenium/remote/BlackBerryDriverTestSuite.java (right): http://codereview.appspot.com/1712046/diff/1/4#newcode72 blackberry/test/java/org/openqa/selenium/remote/BlackBerryDriverTestSuite.java:72: Maintaining a set of test cases inclusively could be ...
13 years, 10 months ago (2010-06-24 14:55:48 UTC) #2
shahun
http://codereview.appspot.com/1712046/diff/1/4 File blackberry/test/java/org/openqa/selenium/remote/BlackBerryDriverTestSuite.java (right): http://codereview.appspot.com/1712046/diff/1/4#newcode72 blackberry/test/java/org/openqa/selenium/remote/BlackBerryDriverTestSuite.java:72: It seems JUnit test classes don't have valuable methods ...
13 years, 10 months ago (2010-06-24 15:14:14 UTC) #3
baran
Is this feasible? (excuse sytax issues) List<String> excludeTests = new ArrayList<String>(); excludeTests.add("testIwontRunOnBlackberry"); excludeTests.add("testIwontRunOnBlackberryToo"); TestSuite originalSuite ...
13 years, 10 months ago (2010-06-24 15:34:01 UTC) #4
baran
- Baran On 24 June 2010 16:33, Baran ♪ <baran@google.com> wrote: > Is this feasible? ...
13 years, 10 months ago (2010-06-24 15:38:45 UTC) #5
shahun
13 years, 10 months ago (2010-06-25 13:41:25 UTC) #6
Eran
Perhaps I'm missing something here, but what's wrong with the @Ignore annotation? On 2010/06/24 15:38:45, ...
13 years, 10 months ago (2010-06-27 12:29:49 UTC) #7
shahun
It's because of Ignore.BLACKBERRY that isn't going to be merged into the Selenium trunk. Best ...
13 years, 10 months ago (2010-06-28 08:23:50 UTC) #8
shahun
13 years, 10 months ago (2010-07-06 12:53:47 UTC) #9

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b