summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/pyautolib/pyauto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py
index cca4183..dee070a 100644
--- a/chrome/test/pyautolib/pyauto.py
+++ b/chrome/test/pyautolib/pyauto.py
@@ -266,7 +266,7 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase):
a dictionary of items from private_tests_info.txt
"""
private_file = os.path.join(
- self.DataDir(), 'private', 'private_tests_info.txt')
+ self.DataDir(), 'pyauto_private', 'private_tests_info.txt')
assert os.path.exists(private_file), '%s missing' % private_file
return self.EvalDataFrom(private_file)