diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 18:46:51 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 18:46:51 +0000 |
commit | a4b9c3f468bb51a71737d88705cbbcccc1fdde97 (patch) | |
tree | ae7bc2da93cdfc3155574aba5d82c974a3f56552 /chrome/test | |
parent | 64eba222ffdca4b58046f61ca6f83a9d395a6fb5 (diff) | |
download | chromium_src-a4b9c3f468bb51a71737d88705cbbcccc1fdde97.zip chromium_src-a4b9c3f468bb51a71737d88705cbbcccc1fdde97.tar.gz chromium_src-a4b9c3f468bb51a71737d88705cbbcccc1fdde97.tar.bz2 |
Remove temporary hack from buildbot sample as the server has been fixed.
Review URL: http://codereview.chromium.org/149616
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20637 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/extensions/samples/buildbot/buildbot.html | 4 | ||||
-rw-r--r-- | chrome/test/data/extensions/samples/buildbot/manifest.json | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/chrome/test/data/extensions/samples/buildbot/buildbot.html b/chrome/test/data/extensions/samples/buildbot/buildbot.html index 68f7a79..05e89b4 100644 --- a/chrome/test/data/extensions/samples/buildbot/buildbot.html +++ b/chrome/test/data/extensions/samples/buildbot/buildbot.html @@ -24,10 +24,6 @@ function updateStatus(text) { } function updateBots(text) { - // There's a bug with the buildbot output where this quote is in the wrong - // place. - text = text.replace("'{revision':", "{'revision':"); - var results = (new RegExp('(.*)<\/body>', 'g')).exec(text); if (!results || results.index < 0) { console.log("Error: couldn't find bot JSON"); diff --git a/chrome/test/data/extensions/samples/buildbot/manifest.json b/chrome/test/data/extensions/samples/buildbot/manifest.json index 17ee4e4..1b7f789 100644 --- a/chrome/test/data/extensions/samples/buildbot/manifest.json +++ b/chrome/test/data/extensions/samples/buildbot/manifest.json @@ -1,6 +1,6 @@ { "name": "Chromium Buildbot Monitor", - "version": "0.2", + "version": "0.3", "description": "Displays the status of the Chromium buildbot in the extension toolstrip. On hover, expands to give more detail about each bot.", "toolstrips": [ "buildbot.html" |