| Index: tools/grit/grit/grd_reader_unittest.py
|
| ===================================================================
|
| --- tools/grit/grit/grd_reader_unittest.py (revision 91164)
|
| +++ tools/grit/grit/grd_reader_unittest.py (working copy)
|
| @@ -1,5 +1,5 @@
|
| #!/usr/bin/python2.4
|
| -# Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +# Copyright (c) 2010 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.
|
|
|
| @@ -145,7 +145,7 @@
|
| '..')
|
| root.AssignFirstIds(
|
| os.path.join(grit_root_dir, "../../test.grd"),
|
| - os.path.join(grit_root_dir, "grit/testdata/resource_ids"),
|
| + os.path.join(grit_root_dir, "grit/test/data/resource_ids"),
|
| {})
|
| messages_node = root.children[0].children[0]
|
| self.assertTrue(isinstance(messages_node, empty.MessagesNode))
|
|
|