Rev 2956: Reproduce bug 159150. in file:///v/home/vila/src/bzr/bugs/159150/

Vincent Ladeuil v.ladeuil+lp at free.fr
Wed Oct 31 22:46:04 GMT 2007


At file:///v/home/vila/src/bzr/bugs/159150/

------------------------------------------------------------
revno: 2956
revision-id:v.ladeuil+lp at free.fr-20071031224603-omyf4if730mfwm1h
parent: pqm at pqm.ubuntu.com-20071031141102-b5664t8izotfnc6h
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 159150
timestamp: Wed 2007-10-31 23:46:03 +0100
message:
  Reproduce bug 159150.
  
  * tests/commands/test_checkout.py:
  (TestCheckout.test_checkout_lightweight): New test.
modified:
  bzrlib/tests/commands/test_checkout.py test_checkout.py-20070525151718-vm7ligd5px5dtmda-1
-------------- next part --------------
=== modified file 'bzrlib/tests/commands/test_checkout.py'
--- a/bzrlib/tests/commands/test_checkout.py	2007-09-11 14:47:02 +0000
+++ b/bzrlib/tests/commands/test_checkout.py	2007-10-31 22:46:03 +0000
@@ -30,3 +30,12 @@
         cmd.run(self.get_url('branch1'), 'local')
         self.assertEquals(1, len(self.connections))
 
+    def test_checkout_lightweight(self):
+        self.make_branch_and_tree('branch1')
+
+        self.start_logging_connections()
+
+        cmd = cmd_checkout()
+        cmd.run(self.get_url('branch1'), 'local', lightweight=True)
+        self.assertEquals(1, len(self.connections))
+



More information about the bazaar-commits mailing list