diff options
author | Bernard Normier <bernard@zeroc.com> | 2003-04-13 19:06:04 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2003-04-13 19:06:04 +0000 |
commit | 41d51211e5cdb0c88b7beb9cb00589ce377bed92 (patch) | |
tree | 70001b79183dfaa2bc8874314941fac6958e94fb /cpp/allTests.py | |
parent | Minor improvement to uuid test (diff) | |
download | ice-41d51211e5cdb0c88b7beb9cb00589ce377bed92.tar.bz2 ice-41d51211e5cdb0c88b7beb9cb00589ce377bed92.tar.xz ice-41d51211e5cdb0c88b7beb9cb00589ce377bed92.zip |
Added UUID test
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 82d8c289037..d493c62e917 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -32,6 +32,7 @@ tests = [ \ "IceUtil/thread", \ "IceUtil/unicode", \ "IceUtil/inputUtil", \ + "IceUtil/uuid", \ "Slice/errorDetection", \ "Ice/operations", \ "Ice/exceptions", \ |