diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-11-02 11:00:26 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-11-02 11:00:38 +0100 |
commit | a974873713ac0b2474dc5d0693c02f0d44e88689 (patch) | |
tree | 99e54ff2b0a7b6de3fe2b430438b1114be737602 /scripts/tests/Ice/ami.py | |
parent | Fixed warning with VS2015 (diff) | |
download | ice-a974873713ac0b2474dc5d0693c02f0d44e88689.tar.bz2 ice-a974873713ac0b2474dc5d0693c02f0d44e88689.tar.xz ice-a974873713ac0b2474dc5d0693c02f0d44e88689.zip |
Fixed dotnetcore testing issue on Windows
Diffstat (limited to 'scripts/tests/Ice/ami.py')
-rw-r--r-- | scripts/tests/Ice/ami.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/tests/Ice/ami.py b/scripts/tests/Ice/ami.py index d886932a7c7..c5d880ca196 100644 --- a/scripts/tests/Ice/ami.py +++ b/scripts/tests/Ice/ami.py @@ -16,7 +16,6 @@ traceProps = { } testcases = [ ClientServerTestCase(traceProps=traceProps) ] - if Mapping.getByPath(__name__).hasSource("Ice/ami", "collocated"): testcases += [ CollocatedTestCase() ] |