id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 12019 Failures of trac.tests.config on Windows since Trac 1.1.3 Jun Omae Jun Omae "=== trunk {{{ C:> git checkout mirror/trunk Previous HEAD position was ebbd95d... 1.1.4: Tagging trac-1.1.4. HEAD is now at e51a24c... Merge from 1.0-stable. C:> python -m trac.tests.config SKIP: trac.tests.config.ConfigurationSetDefaultsTestCase (__name__ is not trac.tests.config) ...........................F.......... ====================================================================== FAIL: test_reparse (__main__.ConfigurationTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File ""C:\usr\src\trac\trac.git\trac\tests\config.py"", line 543, in test_reparse self.assertEqual('y', config.get('a', 'option')) AssertionError: 'y' != u'x' ---------------------------------------------------------------------- Ran 38 tests in 2.142s FAILED (failures=1) }}} === Trac 1.1.4 {{{ C:> git checkout trac-1.1.4 Previous HEAD position was f4bc66e... 1.1.3: Tagging trac-1.1.3. HEAD is now at ebbd95d... 1.1.4: Tagging trac-1.1.4. C:> python -m trac.tests.config SKIP: trac.tests.config.ConfigurationSetDefaultsTestCase (__name__ is not trac.tests.config) ..........F................F.......... ====================================================================== FAIL: test_inherit_reparse (__main__.ConfigurationTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File ""C:\usr\src\trac\trac.git\trac\tests\config.py"", line 554, in test_inherit_reparse self._test_with_inherit(testcb) File ""C:\usr\src\trac\trac.git\trac\tests\config.py"", line 697, in _test_with_inherit testcb() File ""C:\usr\src\trac\trac.git\trac\tests\config.py"", line 553, in testcb self.assertEqual('y', config.get('a', 'option')) AssertionError: 'y' != u'x' ====================================================================== FAIL: test_reparse (__main__.ConfigurationTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File ""C:\usr\src\trac\trac.git\trac\tests\config.py"", line 543, in test_reparse self.assertEqual('y', config.get('a', 'option')) AssertionError: 'y' != u'x' ---------------------------------------------------------------------- Ran 38 tests in 2.219s FAILED (failures=2) }}} === Trac 1.1.3 {{{ C:> git checkout trac-1.1.3 Previous HEAD position was 58602e8... 1.1.2: Tagging trac-1.1.2. HEAD is now at f4bc66e... 1.1.3: Tagging trac-1.1.3. C:> python -m trac.tests.config ...........................F.......... ====================================================================== FAIL: test_reparse (__main__.ConfigurationTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File ""C:\usr\src\trac\trac.git\trac\tests\config.py"", line 516, in test_reparse self.assertEqual('y', config.get('a', 'option')) AssertionError: 'y' != u'x' ---------------------------------------------------------------------- Ran 38 tests in 1.719s FAILED (failures=1) }}} === Trac 1.1.2 {{{ C:> git checkout trac-1.1.2 Previous HEAD position was f4bc66e... 1.1.3: Tagging trac-1.1.3. HEAD is now at 58602e8... 1.1.2: Tagging trac-1.1.2. C:> python -m trac.tests.config .................................... ---------------------------------------------------------------------- Ran 36 tests in 4.659s OK }}}" defect closed normal 1.0.6 general normal fixed windows Fix low resolution of `wait_for_file_mtime_change()` on Windows.