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

Issue 8912043: cleanup test flags (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 10 months ago by felix8a
Modified:
12 years, 10 months ago
Reviewers:
kpreid2
CC:
google-caja-discuss_googlegroups.com
Base URL:
http://google-caja.googlecode.com/svn/trunk/
Visibility:
Public.

Description

- We were using both caja.test.foo and test.foo properties. There isn't really a reason to require a caja. prefix, so I'm renaming them all to test.foo. - I've renamed some of the existing test.foo properties for clarity. - Added a typo check for test flags. - test.filter.method is now really a glob. Before, 'x' would be interpreted as /^.*x.*$/ rather than /^x$/.

Patch Set 1 #

Total comments: 11

Patch Set 2 : cleanup test flags #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -112 lines) Patch
M build.xml View 6 chunks +24 lines, -8 lines 0 comments Download
M tests/com/google/caja/plugin/BrowserTestCase.java View 7 chunks +16 lines, -70 lines 0 comments Download
M tests/com/google/caja/plugin/WebDriverHandle.java View 5 chunks +15 lines, -19 lines 0 comments Download
M tests/com/google/caja/util/CajaTestCase.java View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/com/google/caja/util/LocalServer.java View 1 chunk +0 lines, -4 lines 0 comments Download
A tests/com/google/caja/util/TestFlag.java View 1 1 chunk +109 lines, -0 lines 0 comments Download
A tests/com/google/caja/util/TestFlagTypoCheck.java View 1 chunk +36 lines, -0 lines 0 comments Download
M tests/com/google/caja/util/ThisHostName.java View 2 chunks +0 lines, -8 lines 0 comments Download

Messages

Total messages: 6
felix8a
12 years, 10 months ago (2013-04-22 16:27:46 UTC) #1
kpreid2
LGTM https://codereview.appspot.com/8912043/diff/1/build.xml File build.xml (right): https://codereview.appspot.com/8912043/diff/1/build.xml#newcode364 build.xml:364: </javac> Is there a reason this can't just ...
12 years, 10 months ago (2013-04-22 16:49:30 UTC) #2
felix8a
https://codereview.appspot.com/8912043/diff/1/build.xml File build.xml (right): https://codereview.appspot.com/8912043/diff/1/build.xml#newcode364 build.xml:364: </javac> On 2013/04/22 16:49:30, kpreid2 wrote: > Is there ...
12 years, 10 months ago (2013-04-22 17:42:55 UTC) #3
felix8a
- We were using both caja.test.foo and test.foo properties. There isn't really a reason to ...
12 years, 10 months ago (2013-04-22 17:43:24 UTC) #4
kpreid_google
https://codereview.appspot.com/8912043/diff/1/tests/com/google/caja/util/TestFlag.java File tests/com/google/caja/util/TestFlag.java (right): https://codereview.appspot.com/8912043/diff/1/tests/com/google/caja/util/TestFlag.java#newcode57 tests/com/google/caja/util/TestFlag.java:57: private static class Names { On 2013/04/22 17:42:55, felix8a ...
12 years, 10 months ago (2013-04-22 17:52:29 UTC) #5
felix8a
12 years, 10 months ago (2013-04-22 19:17:06 UTC) #6
@r5364
Sign in to reply to this message.

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