diff options
author | Matthew Newhook <matthew@zeroc.com> | 2009-12-11 18:12:30 -0330 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2009-12-11 18:12:30 -0330 |
commit | c52e1bd926a74f964de5aee449765ad4cf9d60ab (patch) | |
tree | 3e3b7d766ac56df7a42431f91bde827d762a69ca /scripts/TestUtil.py | |
parent | fix bug with getDefaultMapping under Windows. (diff) | |
download | ice-c52e1bd926a74f964de5aee449765ad4cf9d60ab.tar.bz2 ice-c52e1bd926a74f964de5aee449765ad4cf9d60ab.tar.xz ice-c52e1bd926a74f964de5aee449765ad4cf9d60ab.zip |
typo.
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 5ede73748ae..8bdf76181d2 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -671,7 +671,7 @@ def getDefaultMapping(): for i in range(0, len(here)): if here[i] in ["cpp", "cs", "java", "php", "py", "rb", "cppe", "javae", "tmp"]: return here[i] - raise "cannot find language dir" + raise "cannot determine mapping" class DriverConfig: lang = None |