[Webkit-unassigned] [Bug 17307] KURL (and the rest of WebCore) needs unit testing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 11 01:37:01 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17307





------- Comment #1 from eric at webkit.org  2008-02-11 01:37 PDT -------
Created an attachment (id=19062)
 --> (http://bugs.webkit.org/attachment.cgi?id=19062&action=view)
First (hackish) pass at adding unit testing to WebCore

 .../JavaScriptCore.xcodeproj/project.pbxproj       |    3 +
 WebCore/Configurations/Unit Tests.xcconfig         |    5 +
 WebCore/WebCore.xcodeproj/project.pbxproj          |  126 ++++++++
 WebCore/unit-tests/TestCase.cpp                    |   29 ++
 WebCore/unit-tests/TestCase.h                      |   71 ++++
 WebCore/unit-tests/TestController.cpp              |   50 +++
 WebCore/unit-tests/TestController.h                |   47 +++
 WebCore/unit-tests/main.cpp                        |   18 +
 WebCore/unit-tests/platform/KURL_tests.cpp         |  339 ++++++++++++++++++++
 9 files changed, 688 insertions(+), 0 deletions(-)


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list