summaryrefslogtreecommitdiff
path: root/java/test/IceBox
Commit message (Collapse)AuthorAge
* More gradle changes.Matthew Newhook2014-10-23
| | | | | Moved android stuff to its own package. Moved java tests to src/main/java/test subdirectory.
* Down with ant. From the gradle to the grave.Matthew Newhook2014-10-20
|
* Fix (ICE-3792) - dependencies in the repository are very crappyJose2014-09-24
| | | | | For now removed Unix dependencies from repository, we keep Windows dependencies in repository but now are generated from Windows.
* Simplified creation of Admin facets in IceBox; simplified test for Admin ↵Bernard Normier2014-09-17
| | | | enabled (Ice.Admin.Enabled if defined, otherwise check Ice.Admin.Endpoints and no other property)
* Removed bogus debugging traceBenoit Foucher2014-09-12
|
* Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵Benoit Foucher2014-09-12
| | | | wasn't instrumented
* Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy"Jose2014-09-11
| | | | | | | | This reverts commit 201d395c7186e50d195672db7b472989783826cb. Conflicts: cpp/config/Make.rules cpp/test/Ice/Makefile.mak
* Fixed (ICE-3792) - dependencies in the repository are very crappyJose2014-09-10
|
* Added eclipse project settings for java.Matthew Newhook2014-08-12
| | | | Fix lots of warnings in Ice for Java.
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Added support for enabling/disabling views with the MetricsAdmin interfaceBenoit Foucher2012-10-31
|
* Minor core, test and demo fixesBenoit Foucher2012-10-29
| | | | | | | - Fixed C# value demo to use sliced format - Fixed Ice core to throw NoObjectFactoryException/UnknownUserException instead or MarshalException when compact format is used an no factory is found. - Fixed minor unitialized memory reads.
* Renamed MetricsAdmin facet name to MetricsBenoit Foucher2012-10-26
|
* Updated copyright in various filesBernard Normier2012-10-23
|
* Fixed issue with running IceBox/admin C# test on WindowsBenoit Foucher2012-10-23
|
* Test suite fixesBenoit Foucher2012-10-23
|
* Minor fixes, added IceBox MetricsAdmin facet testBenoit Foucher2012-10-16
|
* Bug fixesBenoit Foucher2012-09-03
|
* ICE-4774: Merged skype_props enhancementBenoit Foucher2012-08-30
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* python 3 supportMark Spruiell2012-04-24
|
* ICE-4322 - Use "#pragma once" in Slice filesJose2012-02-21
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* 4651 - Inconsistent line endingsJose2010-02-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* 4279 - alllTest.py fails to run if source path contains white spaces.Jose2009-11-26
|
* http://bugzilla/bugzilla/show_bug.cgi?id=4333Matthew Newhook2009-10-27
| | | | | - Fix bug with the WatchdogThread, which caused hangs if the test failed. - Get rid of TestUtil.cleanup()
* Bug 3816 - make tests less timing sensitiveDwayne Boone2009-03-30
|
* Merged android-testsuite branch.Matthew Newhook2009-03-24
|
* Fixed bug 3700 - Configuring IceBox shared communicator before initializationBenoit Foucher2009-02-11
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Numerous cleanups to the test suite and expect scripts.Matthew Newhook2008-08-04
| | | | | | Conflicts: cpp/test/Glacier2/staticFiltering/run.py
* Fixed bug 3111Benoit Foucher2008-05-08
|
* bug 2615Matthew Newhook2008-02-14
|
* bug 2274 - review exception catching in Java/C# testsMark Spruiell2008-01-30
|
* using Java5 types in Ice core; general cleanupMark Spruiell2008-01-30
|
* Many build system fixes to not require ICE_HOME anymore when building a ↵Benoit Foucher2008-01-29
| | | | source distribution
* Updated copyrightDwayne Boone2008-01-23
|
* Fixed bug 2636Benoit Foucher2008-01-10
|
* Fixed IceBox/configuration test failure when run with --protocol=sslBenoit Foucher2008-01-04
|
* - Fixed bug 2482Benoit Foucher2007-12-21
- Fixed bug 2589 - Fixed bug in Java/C# implementation of Properties clone. The values were not cloned but shared with the clone. - Fixed bug in IceBox where the properties admin facet was removed only for services that had a communicator. - Added IceBox/configuration tests.