~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_versionedfile.py

  • Committer: Martin Pool
  • Date: 2006-05-12 08:32:16 UTC
  • mto: This revision was merged to the branch mainline in revision 1710.
  • Revision ID: mbp@sourcefrog.net-20060512083216-221231851ad9585e
Remove TODO about knit testing printed from test suite

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
19
 
20
20
 
 
21
# TODO: might be nice to create a versionedfile with some type of corruption
 
22
# considered typical and check that it can be detected/corrected.
 
23
 
21
24
from StringIO import StringIO
22
25
 
23
26
import bzrlib
790
793
            create=create)
791
794
 
792
795
    def test_detection(self):
793
 
        print "TODO for merging: create a corrupted knit."
794
796
        knit = self.get_file()
795
797
        knit.check()
796
798