diff options
author | Matthew Newhook <matthew@zeroc.com> | 2008-02-14 17:58:48 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2008-02-14 17:58:48 +0800 |
commit | bea45989ce3dbca633e653da69747cdec12935f1 (patch) | |
tree | 1cffa6ea5027f07590a30def0629080bb816ba10 /cppe/test | |
parent | bug 2680 - change base class to System.Exception in SL (diff) | |
download | ice-bea45989ce3dbca633e653da69747cdec12935f1.tar.bz2 ice-bea45989ce3dbca633e653da69747cdec12935f1.tar.xz ice-bea45989ce3dbca633e653da69747cdec12935f1.zip |
bug 2615
Diffstat (limited to 'cppe/test')
-rwxr-xr-x | cppe/test/IceE/adapterDeactivation/run.py | 1 | ||||
-rwxr-xr-x | cppe/test/IceE/custom/run.py | 1 | ||||
-rwxr-xr-x | cppe/test/IceE/exceptions/run.py | 1 | ||||
-rwxr-xr-x | cppe/test/IceE/facets/run.py | 1 | ||||
-rwxr-xr-x | cppe/test/IceE/faultTolerance/run.py | 1 | ||||
-rwxr-xr-x | cppe/test/IceE/inheritance/run.py | 1 | ||||
-rwxr-xr-x | cppe/test/IceE/location/run.py | 1 | ||||
-rwxr-xr-x | cppe/test/IceE/operations/run.py | 1 | ||||
-rwxr-xr-x | cppe/test/IceE/proxy/run.py | 1 | ||||
-rwxr-xr-x | cppe/test/IceE/retry/run.py | 1 | ||||
-rwxr-xr-x | cppe/test/IceE/slicing/run.py | 1 | ||||
-rwxr-xr-x | cppe/test/IceE/thread/run.py | 1 | ||||
-rwxr-xr-x | cppe/test/IceE/uuid/run.py | 1 |
13 files changed, 13 insertions, 0 deletions
diff --git a/cppe/test/IceE/adapterDeactivation/run.py b/cppe/test/IceE/adapterDeactivation/run.py index 2f0572679fa..7408cefcab8 100755 --- a/cppe/test/IceE/adapterDeactivation/run.py +++ b/cppe/test/IceE/adapterDeactivation/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("IceE", "adapterDeactivation") diff --git a/cppe/test/IceE/custom/run.py b/cppe/test/IceE/custom/run.py index b13d30bf8ee..c3403057788 100755 --- a/cppe/test/IceE/custom/run.py +++ b/cppe/test/IceE/custom/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("IceE", "custom") diff --git a/cppe/test/IceE/exceptions/run.py b/cppe/test/IceE/exceptions/run.py index 89a2c7bf383..d38965da5e6 100755 --- a/cppe/test/IceE/exceptions/run.py +++ b/cppe/test/IceE/exceptions/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("IceE", "exceptions") diff --git a/cppe/test/IceE/facets/run.py b/cppe/test/IceE/facets/run.py index 3656d174805..ddcbc42e7c5 100755 --- a/cppe/test/IceE/facets/run.py +++ b/cppe/test/IceE/facets/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("IceE", "facets") diff --git a/cppe/test/IceE/faultTolerance/run.py b/cppe/test/IceE/faultTolerance/run.py index 9648abbaffa..ee4eb872a7f 100755 --- a/cppe/test/IceE/faultTolerance/run.py +++ b/cppe/test/IceE/faultTolerance/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("IceE", "faultTolerance") testdir = os.path.join(toplevel, "test", name) diff --git a/cppe/test/IceE/inheritance/run.py b/cppe/test/IceE/inheritance/run.py index f51bfce8b0f..63ae546db37 100755 --- a/cppe/test/IceE/inheritance/run.py +++ b/cppe/test/IceE/inheritance/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("IceE", "inheritance") diff --git a/cppe/test/IceE/location/run.py b/cppe/test/IceE/location/run.py index d035eec195d..0ecb73d8819 100755 --- a/cppe/test/IceE/location/run.py +++ b/cppe/test/IceE/location/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("IceE", "location") diff --git a/cppe/test/IceE/operations/run.py b/cppe/test/IceE/operations/run.py index 48dbd71e0fc..4cb3eafd0b1 100755 --- a/cppe/test/IceE/operations/run.py +++ b/cppe/test/IceE/operations/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("IceE", "operations") diff --git a/cppe/test/IceE/proxy/run.py b/cppe/test/IceE/proxy/run.py index 70c868e9f69..3ca8d4159d6 100755 --- a/cppe/test/IceE/proxy/run.py +++ b/cppe/test/IceE/proxy/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("IceE", "proxy") diff --git a/cppe/test/IceE/retry/run.py b/cppe/test/IceE/retry/run.py index fc4aa8df3ae..8c42efe3c29 100755 --- a/cppe/test/IceE/retry/run.py +++ b/cppe/test/IceE/retry/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("IceE", "retry") diff --git a/cppe/test/IceE/slicing/run.py b/cppe/test/IceE/slicing/run.py index 7f6dd3054f8..1f757e46f77 100755 --- a/cppe/test/IceE/slicing/run.py +++ b/cppe/test/IceE/slicing/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("IceE", "slicing") diff --git a/cppe/test/IceE/thread/run.py b/cppe/test/IceE/thread/run.py index 4739503a4b0..22d927c0bfd 100755 --- a/cppe/test/IceE/thread/run.py +++ b/cppe/test/IceE/thread/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("IceE", "thread") testdir = os.path.join(toplevel, "test", name) diff --git a/cppe/test/IceE/uuid/run.py b/cppe/test/IceE/uuid/run.py index 4b6f120a28c..fe66ca2694c 100755 --- a/cppe/test/IceE/uuid/run.py +++ b/cppe/test/IceE/uuid/run.py @@ -19,6 +19,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() name = os.path.join("IceE", "uuid") testdir = os.path.join(toplevel, "test", name) |