~maxb/bzr-svn/fetch-svn-rev-info-progress-bar

« back to all changes in this revision

Viewing changes to tests/test_versionedfiles.py

  • Committer: Max Bowsher
  • Date: 2010-07-30 22:50:54 UTC
  • mfrom: (3324.1.37 trunk)
  • Revision ID: maxb@f2s.com-20100730225054-un1llcngdofg585w
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright (C) 2005-2009 Jelmer Vernooij <jelmer@samba.org>
2
 
 
 
2
 
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
5
5
# the Free Software Foundation; either version 2 of the License, or
25
25
        self.texts = SvnTexts(self)
26
26
 
27
27
    def test_add_lines(self):
28
 
        self.assertRaises(NotImplementedError, 
 
28
        self.assertRaises(NotImplementedError,
29
29
                self.texts.add_lines, "foo", [], [])
30
30
 
31
31
    def test_add_mpdiffs(self):
32
 
        self.assertRaises(NotImplementedError, 
 
32
        self.assertRaises(NotImplementedError,
33
33
                self.texts.add_mpdiffs, [])
34
34
 
35
35
    def test_check(self):