/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_info.py

  • Committer: Martin Pool
  • Date: 2007-10-08 07:29:57 UTC
  • mfrom: (2894 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2895.
  • Revision ID: mbp@sourcefrog.net-20071008072957-uhm1gl1mqcsdc377
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
16
 
 
17
import sys
17
18
from urllib import quote
18
19
 
19
20
from bzrlib import (
248
249
        )
249
250
 
250
251
    def test_location_list(self):
 
252
        if sys.platform == 'win32':
 
253
            raise tests.TestSkipped('Windows-unfriendly test')
251
254
        locs = info.LocationList('/home/foo')
252
255
        locs.add_url('a', 'file:///home/foo/')
253
256
        locs.add_url('b', 'file:///home/foo/bar/')