Rev 2944: Add a couple of basic tests that Tree.iter_entries_by_dir gives the same results as accessing the inventory object. in http://people.ubuntu.com/~robertc/baz2.0/commit-builder

Robert Collins robertc at robertcollins.net
Fri Oct 26 08:49:16 BST 2007


At http://people.ubuntu.com/~robertc/baz2.0/commit-builder

------------------------------------------------------------
revno: 2944
revision-id:robertc at robertcollins.net-20071026074859-1ecrljp3rdcvskvv
parent: robertc at robertcollins.net-20071025222300-su77t1h9i8ordpwh
committer: Robert Collins <robertc at robertcollins.net>
branch nick: commit-builder
timestamp: Fri 2007-10-26 17:48:59 +1000
message:
  Add a couple of basic tests that Tree.iter_entries_by_dir gives the same results as accessing the inventory object.
modified:
  bzrlib/tests/inventory_implementations/test_basics.py basics.py-20070903044446-kdjwbiu1p1zi9phs-1
  bzrlib/tests/tree_implementations/__init__.py __init__.py-20060717075546-420s7b0bj9hzeowi-2
=== modified file 'bzrlib/tests/inventory_implementations/test_basics.py'
--- a/bzrlib/tests/inventory_implementations/test_basics.py	2007-10-25 22:23:00 +0000
+++ b/bzrlib/tests/inventory_implementations/test_basics.py	2007-10-26 07:48:59 +0000
@@ -14,7 +14,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-"""Tests for different inventory implementations"""
+"""Tests for different inventory implementations."""
 
 # NOTE: Don't import Inventory here, to make sure that we don't accidentally
 # hardcode that when we should be using self.make_inventory

=== modified file 'bzrlib/tests/tree_implementations/__init__.py'
--- a/bzrlib/tests/tree_implementations/__init__.py	2007-10-08 07:29:57 +0000
+++ b/bzrlib/tests/tree_implementations/__init__.py	2007-10-26 07:48:59 +0000
@@ -325,6 +325,7 @@
         'bzrlib.tests.tree_implementations.test_get_file_mtime',
         'bzrlib.tests.tree_implementations.test_get_symlink_target',
         'bzrlib.tests.tree_implementations.test_inv',
+        'bzrlib.tests.tree_implementations.test_iter_entries_by_dir',
         'bzrlib.tests.tree_implementations.test_list_files',
         'bzrlib.tests.tree_implementations.test_path_content_summary',
         'bzrlib.tests.tree_implementations.test_revision_tree',



More information about the bazaar-commits mailing list