~jameinel/bzr-pipeline/2.6-compat

« back to all changes in this revision

Viewing changes to tests/test_blackbox.py

  • Committer: Aaron Bentley
  • Date: 2011-03-30 01:29:49 UTC
  • Revision ID: aaron@aaronbentley.com-20110330012949-3ervk2gty13d1mvp
bzr-reconfigure uses .bzr/branches instead of .bzr/pipes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2009 Aaron Bentley
 
1
# Copyright (C) 2009-2011 Aaron Bentley
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
444
444
    def test_reconfigure_pipeline(self):
445
445
        self.make_branch_and_tree('pipeline')
446
446
        self.run_bzr('reconfigure-pipeline', working_dir='pipeline')
447
 
        branch.Branch.open('pipeline/.bzr/pipes/pipeline')
 
447
        branch.Branch.open('pipeline/.bzr/branches/pipeline')
448
448
 
449
449
    def assertFileContainsRe(self, regex, path):
450
450
        try: