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

Unified Diff: tools/grit/grit/grit_runner_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/grd_reader_unittest.py ('k') | tools/grit/grit/node/io_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit/grit_runner_unittest.py
diff --git a/tools/grit/grit/grit_runner_unittest.py b/tools/grit/grit/grit_runner_unittest.py
index 39e1f23b494c7d526db49fad304423749df2a1a0..d2f27da1b8255fa07627d286556104360a26c86b 100644
--- a/tools/grit/grit/grit_runner_unittest.py
+++ b/tools/grit/grit/grit_runner_unittest.py
@@ -27,7 +27,7 @@ class OptionArgsUnittest(unittest.TestCase):
def testSimple(self):
grit.grit_runner.Main(['-i',
- util.PathFromRoot('grit/test/data/simple-input.xml'),
+ util.PathFromRoot('grit/testdata/simple-input.xml'),
'-d', 'test', 'bla', 'voff', 'ga'])
output = self.buf.getvalue()
self.failUnless(output.count('disconnected'))
« no previous file with comments | « tools/grit/grit/grd_reader_unittest.py ('k') | tools/grit/grit/node/io_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698