Rev 2516: Tests don't fail when BZR_REMOTE_PATH is set. (Daniel Watkins, #111958) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Thu Jun 7 14:21:57 BST 2007
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 2516
revision-id: pqm at pqm.ubuntu.com-20070607132155-dn02612f4o14a1no
parent: pqm at pqm.ubuntu.com-20070607002124-64z9d0o6x0e9iwbl
parent: abentley at panoramicfeedback.com-20070607124900-fs2sa702jkh7mgoo
committer: Canonical.com Patch Queue Manager<pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2007-06-07 14:21:55 +0100
message:
Tests don't fail when BZR_REMOTE_PATH is set. (Daniel Watkins, #111958)
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzrlib/tests/__init__.py selftest.py-20050531073622-8d0e3c8845c97a64
------------------------------------------------------------
revno: 2515.1.1
merged: abentley at panoramicfeedback.com-20070607124900-fs2sa702jkh7mgoo
parent: pqm at pqm.ubuntu.com-20070607002124-64z9d0o6x0e9iwbl
parent: d.m.watkins at warwick.ac.uk-20070606232052-rnhuzphraoztizol
committer: Aaron Bentley <abentley at panoramicfeedback.com>
branch nick: Aaron's integration
timestamp: Thu 2007-06-07 08:49:00 -0400
message:
Tests don't fail when BZR_REMOTE_PATH is set. (Daniel Watkins, #111958)
------------------------------------------------------------
revno: 2512.3.2
merged: d.m.watkins at warwick.ac.uk-20070606232052-rnhuzphraoztizol
parent: d.m.watkins at warwick.ac.uk-20070606231655-d3ou86x6bjan2g5j
committer: Daniel Watkins <D.M.Watkins at warwick.ac.uk>
branch nick: 111958
timestamp: Thu 2007-06-07 00:20:52 +0100
message:
Updated NEWS to reflect bug fix.
------------------------------------------------------------
revno: 2512.3.1
merged: d.m.watkins at warwick.ac.uk-20070606231655-d3ou86x6bjan2g5j
parent: pqm at pqm.ubuntu.com-20070606083714-rt2za45t9gt5nqqh
committer: Daniel Watkins <D.M.Watkins at warwick.ac.uk>
branch nick: 111958
timestamp: Thu 2007-06-07 00:16:55 +0100
message:
Added BZR_REMOTE_PATH to the list of environment variables cleaned before running tests, fixing bug #111958.
=== modified file 'NEWS'
--- a/NEWS 2007-06-06 23:52:07 +0000
+++ b/NEWS 2007-06-07 12:49:00 +0000
@@ -81,6 +81,9 @@
* ``revision-info`` now accepts dotted revnos, doesn't require a tree,
and defaults to the last revision (Matthew Fuller, #90048)
+ * Tests no longer fail when BZR_REMOTE_PATH is set in the environment.
+ (Daniel Watkins, #111958)
+
bzr 0.16 2007-05-07
BUGFIXES:
=== modified file 'bzrlib/tests/__init__.py'
--- a/bzrlib/tests/__init__.py 2007-05-30 12:45:23 +0000
+++ b/bzrlib/tests/__init__.py 2007-06-06 23:16:55 +0000
@@ -1109,6 +1109,7 @@
# -- vila 20061212
'ftp_proxy': None,
'FTP_PROXY': None,
+ 'BZR_REMOTE_PATH': None,
}
self.__old_env = {}
self.addCleanup(self._restoreEnvironment)
More information about the bazaar-commits
mailing list