| Index: tools/grit/grit/grit_runner_unittest.py
|
| ===================================================================
|
| --- tools/grit/grit/grit_runner_unittest.py (revision 91164)
|
| +++ tools/grit/grit/grit_runner_unittest.py (working copy)
|
| @@ -1,5 +1,5 @@
|
| #!/usr/bin/python2.4
|
| -# Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +# Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| @@ -27,7 +27,7 @@
|
|
|
| def testSimple(self):
|
| grit.grit_runner.Main(['-i',
|
| - util.PathFromRoot('grit/testdata/simple-input.xml'),
|
| + util.PathFromRoot('grit/test/data/simple-input.xml'),
|
| '-d', 'test', 'bla', 'voff', 'ga'])
|
| output = self.buf.getvalue()
|
| self.failUnless(output.count('disconnected'))
|
|
|