Title: [92748] trunk/Tools
Revision
92748
Author
[email protected]
Date
2011-08-09 22:28:19 -0700 (Tue, 09 Aug 2011)

Log Message

Move the quote mark to the right place.

* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/checkout.js:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/checkout.js (92747 => 92748)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/checkout.js	2011-08-10 04:51:50 UTC (rev 92747)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/checkout.js	2011-08-10 05:28:19 UTC (rev 92748)
@@ -68,7 +68,7 @@
     base.callInSequence(function(failureInfo, callback) {
         var extensionList = Array.prototype.concat.apply([], failureInfo.failureTypeList.map(results.failureTypeToExtensionList));
         base.callInSequence(function(extension, callback) {
-            net.post('config.kLocalServerURL + /rebaseline?' + $.param({
+            net.post(config.kLocalServerURL + '/rebaseline?' + $.param({
                 'builder': failureInfo.builderName,
                 'test': failureInfo.testName,
                 'extension': extension

Modified: trunk/Tools/ChangeLog (92747 => 92748)


--- trunk/Tools/ChangeLog	2011-08-10 04:51:50 UTC (rev 92747)
+++ trunk/Tools/ChangeLog	2011-08-10 05:28:19 UTC (rev 92748)
@@ -1,5 +1,11 @@
 2011-08-09  Adam Barth  <[email protected]>
 
+        Move the quote mark to the right place.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/checkout.js:
+
+2011-08-09  Adam Barth  <[email protected]>
+
         garden-o-matic should use huerstics to narrow regression range
         https://bugs.webkit.org/show_bug.cgi?id=65948
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to