/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to tests/test_repository.py

Fix tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
 
208
208
    def test_pointless(self):
209
209
        revid = self.bzr_tree.commit("pointless", timestamp=1205433193,
 
210
                timezone=0,
210
211
                  committer="Jelmer Vernooij <jelmer@samba.org>")
211
212
        self.assertEquals("2caa8094a5b794961cd9bf582e3e2bb090db0b14", 
212
213
                self.import_rev(revid))