Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: tools/grit/grit/xtb_reader_unittest.py

Issue 7269003: Change grit to depend on test data in the main repository. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/grit/grit/tool/transl2tc_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit/xtb_reader_unittest.py
diff --git a/tools/grit/grit/xtb_reader_unittest.py b/tools/grit/grit/xtb_reader_unittest.py
index f9788762cd883c491f39d507fb163f90d0436ebc..67df8a6fcf2c1d08081bf2bc30cedf70c09f779b 100644
--- a/tools/grit/grit/xtb_reader_unittest.py
+++ b/tools/grit/grit/xtb_reader_unittest.py
@@ -74,11 +74,10 @@ and another after a blank line.</translation>
def testParseLargeFile(self):
def Callback(id, structure):
pass
- xtb = file(util.PathFromRoot('grit/test/data/fr.xtb'))
+ xtb = file(util.PathFromRoot('grit/testdata/generated_resources_fr.xtb'))
xtb_reader.Parse(xtb, Callback)
xtb.close()
if __name__ == '__main__':
unittest.main()
-
« no previous file with comments | « tools/grit/grit/tool/transl2tc_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698