History log of /external/autotest/client/deps/ibusclient/common.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9e30bb204a993933f5a8875498abb84b7e227e0a 01-Jan-2013 Alex Miller <milleral@chromium.org> [autotest] Change os.path.join use in common.py to be portable.

All uses of |os.path.join("x", "../..")| have been changed into
|os.path.join("x", "..", "..")|.

TEST=syntax check all common.py files, trybot passes HWTest
BUG=None

Change-Id: Ic05a2e375352eab4447ae5b180da750ccbc1b914
Reviewed-on: https://gerrit.chromium.org/gerrit/40312
Tested-by: Alex Miller <milleral@chromium.org>
Commit-Queue: Scott Zawalski <scottz@chromium.org>
Reviewed-by: Scott Zawalski <scottz@chromium.org>
Commit-Queue: Alex Miller <milleral@chromium.org>
/external/autotest/client/deps/ibusclient/common.py
250aa4396838484549afc7a9b5e659c509b9b693 26-Mar-2010 satorux <satorux@chromium.org> Add desktopui_IBusTest, that checks if IBus is working properly.

This is a preliminary version. We'll add more tests shortly.

IBus is an input method framework used in Chromium OS.
See http://www.chromium.org/chromium-os/chromiumos-design-docs/text-input
for details.

Review URL: http://codereview.chromium.org/1297004
/external/autotest/client/deps/ibusclient/common.py