~jeanfrancois.roy/bzr/url-safe-escape

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testgraph.py

  • Committer: Jelmer Vernooij
  • Date: 2005-11-04 17:26:05 UTC
  • mfrom: (1185.16.146)
  • mto: (1185.33.1)
  • mto: This revision was merged to the branch mainline in revision 1509.
  • Revision ID: jelmer@samba.org-20051104172605-9288f261492667fd
MergeĀ fromĀ Martin

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        distances = node_distances(self.graph, descendants, 'A')
34
34
        nodes = nodes_by_distance(distances)
35
35
        self.assertEqual(nodes[0], 'D')
36
 
        assert nodes[1] in ('N', 'C')
37
 
        assert nodes[2] in ('N', 'C')
38
 
        assert nodes[3] in ('B', 'M')
39
 
        assert nodes[4] in ('B', 'M')
 
36
        self.assert_(nodes[1] in ('N', 'C'))
 
37
        self.assert_(nodes[2] in ('N', 'C'))
 
38
        self.assert_(nodes[3] in ('B', 'M'))
 
39
        self.assert_(nodes[4] in ('B', 'M'))
40
40
 
41
41
        #Ensure we don't shortcut through B when there's only a difference of
42
42
        # 1 in distance