313
328
self.build_tree(['d/', 'd/f1', 'd/f2'])
314
329
self.assertCommandLine([u"rm", u"x*"], "-m pdb rm x*", ["rm", u"x*"])
315
330
self.assertCommandLine([u"add", u"d/f1", u"d/f2"], "-m pdb add d/*",
319
334
class TestGetEnvironUnicode(tests.TestCase):
320
335
"""Tests for accessing the environment via the windows wide api"""
325
340
super(TestGetEnvironUnicode, self).setUp()