diff options
author | Matthew Newhook <matthew@zeroc.com> | 2008-05-10 10:47:05 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2008-05-10 10:47:05 +0800 |
commit | feffc181e3aed97fc84bfdb442cd12abea9a42c7 (patch) | |
tree | 96f4b02c3db45c8ec45cd5ea50f2f5a302328768 /java/allTests.py | |
parent | fix 64-bit build problem. (diff) | |
download | ice-feffc181e3aed97fc84bfdb442cd12abea9a42c7.tar.bz2 ice-feffc181e3aed97fc84bfdb442cd12abea9a42c7.tar.xz ice-feffc181e3aed97fc84bfdb442cd12abea9a42c7.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2848
Squashed commit of the following:
commit 60c15b3f794a8e769c07cbc878ec803c2334ac38
Author: Matthew Newhook <matthew@zeroc.com>
Date: Sat May 10 10:35:50 2008 +0800
added win32only, novista, nomono tags.
commit 133c76a2dfe105a703321a1b431724d80032100b
Author: Matthew Newhook <matthew@zeroc.com>
Date: Sat May 10 10:20:30 2008 +0800
Revert "Remove Vista paragraph see bug #2848"
This reverts commit 96102d5d41fc957c80877333ef5f7482f8c715fd.
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/allTests.py b/java/allTests.py index 2c5e5918536..fef48b08121 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -56,7 +56,7 @@ tests = [ ("Glacier2/router", ["service"]), ("Glacier2/attack", ["service"]), ("IceGrid/simple", ["service"]), - ("IceSSL/configuration", ["core"]), + ("IceSSL/configuration", ["once"]), ] if __name__ == "__main__": |