/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_osutils.py

  • Committer: Alexander Belchenko
  • Date: 2008-01-02 18:47:54 UTC
  • mfrom: (3152 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3153.
  • Revision ID: bialix@ukr.net-20080102184754-wig6a9133t410ms7
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
260
260
        self.assertFormatedDelta('1 second in the future', -1)
261
261
        self.assertFormatedDelta('2 seconds in the future', -2)
262
262
 
 
263
    def test_format_date(self):
 
264
        self.assertRaises(errors.UnsupportedTimezoneFormat,
 
265
            osutils.format_date, 0, timezone='foo')
 
266
 
263
267
    def test_dereference_path(self):
264
268
        self.requireFeature(SymlinkFeature)
265
269
        cwd = osutils.realpath('.')