~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_revisionnamespaces.py

  • Committer: John Arbash Meinel
  • Date: 2006-08-21 23:16:13 UTC
  • mto: This revision was merged to the branch mainline in revision 1979.
  • Revision ID: john@arbash-meinel.com-20060821231613-3b941103e547ad8c
Update and test the tag: spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
379
379
        # XXX: before will return entries from other histories, but not
380
380
        # the entry previous to them. Is this intentional, it seems like a bug?
381
381
        self.assertInHistoryIs(None, 'alt_r2', 'before:revid:alt_r2')
 
382
 
 
383
 
 
384
class TestRevisionSpec_tag(TestRevisionSpec):
 
385
    
 
386
    def test_invalid(self):
 
387
        self.assertInvalid('tag:foo', extra='; tag: namespace registered,'
 
388
                                            ' but not implemented')