summaryrefslogtreecommitdiff
path: root/python/test
Commit message (Collapse)AuthorAge
* Fix Incorrect generated code for class implements interfaceJose2019-06-06
| | | | Close #406
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* More bidir tests. Fixes #51.Bernard Normier2018-11-13
|
* Do not use "false" in python testsJose2018-11-08
| | | | Close #270
* Memoryview (#271)Jose2018-11-08
| | | | | | | Enhance support for buffer objects in Python Close #208
* Do not use time.clock() with Python >= 3.3 as it is deprecatedJose2018-10-26
|
* Fixed slice2matlab generated code type for dictionary data membersJose2018-10-23
| | | | Close #256
* Added support for --cpp-path to test driverBenoit Foucher2018-10-18
|
* Fix whitespacesBenoit Foucher2018-10-01
|
* Fix python Ice/info test failureJose2018-09-26
|
* Fix python Ice/info test failureJose2018-09-26
| | | | Close #215
* Test using Value as operation parameterJose2018-09-20
| | | | | | | | | Fix a bug in slice2java that generate bogus code or using Value as an Slice operation parameter Fix a bug in JavaScript mapping that cause a run-time error when invoking an operation that defines Value as an input parameter
* Test using Value type as a class data memberJose2018-09-13
| | | | See #203
* Remove debug statementJose2018-09-03
|
* Fixed whitespacesBenoit Foucher2018-08-28
|
* Fix sockect exception in python binding test when running with workersJose2018-08-15
|
* Fix python Slice/escape test failure running with workersJose2018-08-15
|
* Fixes to allow run JavaScript and Python tests with workersJose2018-08-14
|
* Update PHP tests to use TestHelper classJose2018-08-08
|
* Python test suite updatesJose2018-08-06
|
* Add support cs:namespace metadataJose2018-06-28
| | | | | | | Add support to map Slice modules to different namespaces using cs:namespace metadata Fixes #122 slice2cs generates invalid namespace qualification
* Test fixes and improvements for Android testing reliabilityBenoit Foucher2018-06-21
|
* Port Ice/scope test to scripting languagesJose2018-06-19
|
* Timeout test and Android driver fixesBenoit Foucher2018-05-29
|
* Added sanity checks for ACM timeout value (ICE-8749)Benoit Foucher2018-03-20
|
* Fixed python Ice/acm test to wait for connection closure like other mappings ↵Benoit Foucher2018-02-21
| | | | (ICE-8565)
* Whitespace cleanupJose2018-02-16
|
* Fixed bogus exception handling in adapterDeactivation python serverBenoit Foucher2018-02-16
|
* Improved object adapter getPublishedEndpoints/refreshPublishedEndpoints methodBenoit Foucher2018-02-16
| | | | | | | | | | | | | to return the Ice router server endpoints if the adapter is associated with a router. setPublishedEndpoints now also raises an invalid argument exception for such adapters. Also fixed a rare deadlock that could occur on adapter creating if the router wasn't accessible. Fixes ICE-8675 and ICE-8650
* ICE-8618 - Add marshaling test for empty class with non-empty baseMark Spruiell2018-02-14
|
* Update copyright year to 2018Jose2018-02-14
|
* Fixed missing supportsCompress method implementation from python ↵Benoit Foucher2018-02-13
| | | | Ice/operations AMD server
* Fixed UWP cross operation test failureBenoit Foucher2018-02-13
|
* Ensure Ice::Connection::setAdapter fails if the adapter is deactivated ↵Benoit Foucher2018-02-12
| | | | (ICE-8659)
* Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵Benoit Foucher2018-02-09
| | | | is destroyed (ICE-8659)
* ICE-8544 - Updates to packaging metadataMark Spruiell2018-02-01
|
* Added ice_fixed to generated Java proxy class, added test to check proxy ↵Benoit Foucher2018-02-01
| | | | return type from ice_fixed
* Changed ice_fixed to inherit invocation timeout, context and compress ↵Benoit Foucher2018-02-01
| | | | override from original proxy
* Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵Benoit Foucher2018-01-31
| | | | (ICE-7996 & ICE-7976)
* Additional Ice/objects fixes for macOS debug buildsBenoit Foucher2018-01-27
|
* Update Glacier2 base port to avoid conflicts with selenium driverJose2017-11-21
|
* Increased invocation timeout from timeout test to prevent sporadic failuresBenoit Foucher2017-11-21
|
* Fix for latest Ruby timeout failure (the sleep from hold sometime sleeps for ↵Benoit Foucher2017-11-10
| | | | much longer than desired)
* ICE-8545 - add test for python package metadataMark Spruiell2017-10-24
|
* Fixed timeout tests to be less time sensitiveBenoit Foucher2017-09-15
| | | | | The tests now use a controller to hold/activate the adapter instead of relying on a timer. Fixes ICE-8312.
* Got rid of fixed port in adapterDeactivation testBenoit Foucher2017-08-16
|
* Fixed Ice.MessageSizeMax value in Ice/timeout testsBernard Normier2017-07-15
|
* Added Ice::UserException::ice_getSlicedData and ↵Benoit Foucher2017-07-06
| | | | Ice::UnkownSlicedValue::ice_id methods