Closed
Bug 875527
Opened 12 years ago
Closed 12 years ago
port permissions.py change from bug 688667
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: k0scist, Assigned: k0scist)
References
Details
Attachments
(1 file, 1 obsolete file)
1.21 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
The one line permissions.py change should be ported from the patch:
--- a/testing/mozbase/mozprofile/mozprofile/permissions.py Thu May
23 10:31:56 2013 -0400
+++ b/testing/mozbase/mozprofile/mozprofile/permissions.py Thu
May 23 13:41:57 2013 -0400
@@ -24,7 +24,7 @@
#
http://hg.mozilla.org/mozilla-central/file/b871dfb2186f/build/automation.py.in#l28
_DEFAULT_PORTS = { 'http': '8888',
'https': '4443',
- 'ws': '9988',
+ 'ws': '4443',
'wss': '4443' }
class LocationError(Exception):
mozprofile should be bumped and mirrored to m-c, potentially as part
of bug 872285 (or not, as fitting)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jhammel
Assignee | ||
Comment 1•12 years ago
|
||
Unfortunately, this causes a test error:
======================================================================
FAIL: test_nw_prefs (permissions.PermissionsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/jhammel/mozbase/src/mozbase/mozprofile/tests/permissions.py", line 147, in test_nw_prefs
self.assertTrue(all(c in user_prefs[1][1] for c in proxy_check))
AssertionError: False is not true
----------------------------------------------------------------------
Ran 116 tests in 125.430s
FAILED (failures=1)
I'll look into this
Assignee | ||
Comment 2•12 years ago
|
||
fortunately trivial test fix
Attachment #753530 -
Attachment is obsolete: true
Attachment #753533 -
Flags: review?(jmaher)
Updated•12 years ago
|
Attachment #753533 -
Flags: review?(jmaher) → review+
Assignee | ||
Comment 3•12 years ago
|
||
pushed: https://github.com/mozilla/mozbase/commit/2bdfc0e23cf59855f9ef6d79516f24198f4bbdfa
This still needs to be mirrored; will be done as part of bug 872285, but if needed before please file a follow up
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•