metasmile / grit-i18n

Automatically exported from code.google.com/p/grit-i18n
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

include_unittest fails on Windows #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This seems non-trivial and might require testing with Chrome to ensure the fix 
is OK.  Chrome is the only user of the use_base_dir attribute that I know of.

======================================================================
FAIL: testGetPathNoBasedir (grit.node.include_unittest.IncludeNodeUnittest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "S:\src\grit-i18n\grit\node\include_unittest.py", line 71, in testGetPathNoBasedir
    os.path.join(ur'../', ur'flugel/kugel.pdf')))
AssertionError: u'..\\grit-i18n\\flugel\\kugel.pdf' != u'..\\flugel\\kugel.pdf'

Original issue reported on code.google.com by joi@chromium.org on 10 Apr 2013 at 11:40