summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/inputUtil/run.py
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2002-07-09 00:59:16 +0000
committerMichi Henning <michi@zeroc.com>2002-07-09 00:59:16 +0000
commitbdc9c404840bfe78a8d6766723e6bce80ea26737 (patch)
treeb4a5426ee9f609393c487f2f7c526e93fc9c4b39 /cpp/test/IceUtil/inputUtil/run.py
parentFixed INT64MIN -> Int64Min and INT64MAX -> Int64Max in Windows-specific (diff)
downloadice-bdc9c404840bfe78a8d6766723e6bce80ea26737.tar.bz2
ice-bdc9c404840bfe78a8d6766723e6bce80ea26737.tar.xz
ice-bdc9c404840bfe78a8d6766723e6bce80ea26737.zip
Change test/inpututil to test/inputUtil. Did the same thing for associated
files, such inputUtil.dsw, etc. (I moved the files in the CVS repository directly -- if you get errors during updates, just blow the test/inpututil directory away and update again.) Fixed INT64MIN/INT64MAX bug in Windows-specific code.
Diffstat (limited to 'cpp/test/IceUtil/inputUtil/run.py')
-rwxr-xr-xcpp/test/IceUtil/inputUtil/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceUtil/inputUtil/run.py b/cpp/test/IceUtil/inputUtil/run.py
index d120c591799..589edf85c5e 100755
--- a/cpp/test/IceUtil/inputUtil/run.py
+++ b/cpp/test/IceUtil/inputUtil/run.py
@@ -21,7 +21,7 @@ else:
sys.path.append(os.path.join(toplevel, "config"))
import TestUtil
-name = os.path.join("IceUtil", "inpututil")
+name = os.path.join("IceUtil", "inputUtil")
testdir = os.path.join(toplevel, "test", name)
client = os.path.join(testdir, "client")