~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_info.py

  • Committer: Martin Pool
  • Date: 2007-10-10 00:21:57 UTC
  • mfrom: (2900 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2901.
  • Revision ID: mbp@sourcefrog.net-20071010002157-utci0x44m2w47wgd
merge news

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/')