HomeSort by relevance Sort by last modified time
    Searched full:_checkout_root (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
main_unittest.py 32 _checkout_root = "/WebKit" variable in class:ChangeDirectoryTest
36 self.filesystem = MockFileSystem(dirs=[self._original_directory, self._checkout_root], cwd=self._original_directory)
51 paths = self._change_directory(checkout_root=self._checkout_root, paths=None)
52 self._assert_result(paths, None, [], self._checkout_root)
56 paths = self._change_directory(checkout_root=self._checkout_root, paths=paths)
57 self._assert_result(paths, ["foo1.txt", "foo2.txt"], [], self._checkout_root)
61 paths = self._change_directory(checkout_root=self._checkout_root, paths=paths)

Completed in 33 milliseconds