Title: [197900] trunk/Tools
Revision
197900
Author
[email protected]
Date
2016-03-09 16:40:30 -0800 (Wed, 09 Mar 2016)

Log Message

Removing reference to Dashboard.Repository.Internal.trac from open source unit tests.
https://bugs.webkit.org/show_bug.cgi?id=155274

Reviewed by Alexey Proskuryakov.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/tests/tests.js:
(setup): Deleted. In bug 154180 we removed Dashboard.Repository.Internal which was causing an
error in the unit tests.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/tests/tests.js (197899 => 197900)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/tests/tests.js	2016-03-10 00:36:06 UTC (rev 197899)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/tests/tests.js	2016-03-10 00:40:30 UTC (rev 197900)
@@ -252,7 +252,6 @@
     setup: function() {
         Dashboard.Repository.OpenSource.trac = new MockTrac();
         Dashboard.Repository.OpenSource.trac.recordedCommits = MockTrac.EXAMPLE_TRAC_COMMITS;
-        Dashboard.Repository.Internal.trac = new MockTrac();
         this.queue = new MockBuildbotQueue();
         this.queue.branches = [{
             name: "trunk",

Modified: trunk/Tools/ChangeLog (197899 => 197900)


--- trunk/Tools/ChangeLog	2016-03-10 00:36:06 UTC (rev 197899)
+++ trunk/Tools/ChangeLog	2016-03-10 00:40:30 UTC (rev 197900)
@@ -1,3 +1,14 @@
+2016-03-09  Jason Marcell  <[email protected]>
+
+        Removing reference to Dashboard.Repository.Internal.trac from open source unit tests.
+        https://bugs.webkit.org/show_bug.cgi?id=155274
+
+        Reviewed by Alexey Proskuryakov.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/tests/tests.js:
+        (setup): Deleted. In bug 154180 we removed Dashboard.Repository.Internal which was causing an
+        error in the unit tests.
+
 2016-03-09  Aakash Jain  <[email protected]>
 
         use ulimit command to check process limit in webkitpy
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to