| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
Moved android stuff to its own package.
Moved java tests to src/main/java/test subdirectory.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Fix bug with the WatchdogThread, which caused hangs if the test failed.
- Get rid of TestUtil.cleanup()
|
| |
|
| |
|
|
|
|
|
|
| |
Conflicts:
cpp/test/Glacier2/staticFiltering/run.py
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Merged all TestUtil.py modules to config/TestUtil.py
- Moved all certs to config/certs
- Updated test scripts to refer to new TestUtil.py module and use new
interfaces
- Updated build systems to refer to new slice location
- Moved cpp/install to distribution
- Moved and merged all IceGridAdmin.py modules to config.
- Modified build system to deal with new build logic. That is there are
3 basic ways to find the slice translators and runtime: ICE_HOME, an
RPM install and the source distribution. Automatically detecting Ice
in a default install location is now problematic and no longer done.
|
| |
|
| |
|
|
- Fixed a bug where connection.close(true) would print a connection
warning.
- Fixed a bug where ice_newEndpoints would throw a ClassCastException
- Added test/Ice/binding test suite.
|