Rev 20: Fix wrong expected failure. in http://code.launchpad.net/%7Ebzr-upload-devs/bzr-upload/trunk
Vincent Ladeuil
v.ladeuil+lp at free.fr
Wed Mar 26 21:31:19 GMT 2008
At http://code.launchpad.net/%7Ebzr-upload-devs/bzr-upload/trunk
------------------------------------------------------------
revno: 20
revision-id: v.ladeuil+lp at free.fr-20080326213115-oinrdgxm5gmf520b
parent: v.ladeuil+lp at free.fr-20080323222229-pvtwg6der2pmhvmd
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: upload
timestamp: Wed 2008-03-26 22:31:15 +0100
message:
Fix wrong expected failure.
* test_upload.py
(TestIncrementalUpload.test_change_file_into_dir): This is the
test that is expected to fail.
(TestIncrementalUpload.test_change_dir_into_file): This is not.
modified:
test_upload.py test_upload.py-20080307145942-xx1xgifrreovahgz-2
-------------- next part --------------
=== modified file 'test_upload.py'
--- a/test_upload.py 2008-03-23 22:22:29 +0000
+++ b/test_upload.py 2008-03-26 21:31:15 +0000
@@ -351,6 +351,7 @@
# XXX: full upload doesn't handle kind changes
def test_change_file_into_dir(self):
+ raise tests.KnownFailure('bug 205636')
self.make_local_branch()
self.add_file('hello', 'foo')
self.do_full_upload()
@@ -362,7 +363,6 @@
self.assertUpFileEqual('bar', 'hello/file')
def test_change_dir_into_file(self):
- raise tests.KnownFailure('bug 205636')
self.make_local_branch()
self.add_dir('hello')
self.add_file('hello/file', 'foo')
More information about the bazaar-commits
mailing list