Changeset 92442 in webkit


Ignore:
Timestamp:
Aug 4, 2011 8:26:02 PM (13 years ago)
Author:
abarth@webkit.org
Message:

model.js needs some unit testing
https://bugs.webkit.org/show_bug.cgi?id=65730

Reviewed by Dimitri Glazkov.

These tests do not cover all the functions exported by the model
module. We'll need to add the remaining ones in the future.

  • BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/model_unittests.js: Added.
  • BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/run-unittests.html:
Location:
trunk/Tools
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/run-unittests.html

    r92382 r92442  
    5353<script src="ui.js"></script>
    5454<script src="ui_unittests.js"></script>
     55<script src="model.js"></script>
     56<script src="model_unittests.js"></script>
    5557
    5658<!-- FIXME: We should have tests for these files! -->
  • trunk/Tools/ChangeLog

    r92440 r92442  
     12011-08-04  Adam Barth  <abarth@webkit.org>
     2
     3        model.js needs some unit testing
     4        https://bugs.webkit.org/show_bug.cgi?id=65730
     5
     6        Reviewed by Dimitri Glazkov.
     7
     8        These tests do not cover all the functions exported by the model
     9        module.  We'll need to add the remaining ones in the future.
     10
     11        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/model_unittests.js: Added.
     12        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/run-unittests.html:
     13
    1142011-08-04  Adam Barth  <abarth@webkit.org>
    215
Note: See TracChangeset for help on using the changeset viewer.