[Webkit-unassigned] [Bug 62946] New: webkitpy.common.checkout.scm.scm_unittest.SVNTest.test_commit_with_username fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 18 17:00:55 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62946

           Summary: webkitpy.common.checkout.scm.scm_unittest.SVNTest.test
                    _commit_with_username fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org
                CC: eric at webkit.org, abarth at webkit.org


When I ran test-webkitpy --all today, webkitpy.common.checkout.scm.scm_unittest.SVNTest.test_commit_with_username failed with:

Traceback (most recent call last):
  File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py", line 688, in test_commit_with_username
    self._shared_test_commit_with_message("dbates at webkit.org")
  File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py", line 674, in _shared_test_commit_with_message
    commit_text = self.scm.commit_with_message("yet another test commit", username)
  File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/svn.py", line 312, in commit_with_message
    _log = logging.getLogger("webkitpy.common.system")
NameError: global name 'logging' is not defined

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



More information about the webkit-unassigned mailing list