~bzr/ubuntu/intrepid/bzr-svn/bzr-ppa

« back to all changes in this revision

Viewing changes to tests/test_changes.py

  • Committer: John Arbash Meinel
  • Date: 2008-08-25 21:07:15 UTC
  • mfrom: (309.1.2 debian)
  • Revision ID: john@arbash-meinel.com-20080825210715-gjow5e72oo981g23
Merge in Jelmer's latest updates to bzr-svn

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 
16
16
from bzrlib.tests import TestCase
17
 
from bzrlib.plugins.svn.changes import path_is_child, find_prev_location, changes_path
 
17
from bzrlib.plugins.svn.changes import path_is_child, find_prev_location
18
18
 
19
19
class PathIsChildTests(TestCase):
20
20
    def test_both_empty(self):