2006-05-22  Nick Cross  <nick.cross@prismtechnologies.com>

	* AllTest.java, common/ClientServerSetup.java,
	common/StreamListener.java, common/launch/DirectLauncher.java,
	common/launch/TestLauncher.java, idl/AbstractIDLTestcase.java:
	Modifications to testharness: simplify build.xml. Pass classpath
	through into tests so properties can be found in
	classpath. Subdirectories in the output dir is optional. It uses
	the Ant JunitTestRunner rather than the Junit textui to be 'more
	verbose'.

2006-05-22  Alphonse Bendt  <bendt@prismtech.com>

	* orb/etf/wiop/WIOPFactories.java: named threads.

	this fixes http://www.jacorb.org/cgi-bin/bugzilla/show_bug.cgi?id=472 and
	is also related to scarab JAC#91

	* bugs/AllTest.java, bugs/bugjac45/BugJac45Test.java:
	tests and extra logging for JAC#45

	* idl/AbstractIDLTestcase.java: javadoc

2006-05-19  Alphonse Bendt  <bendt@prismtech.com>

	* orb/dynany/DynAnyStructTest.java: new test

	* bugs/AllTest.java, bugs/bugjac81/BoundedStringTest.java: fix for
	scarab JAC#81: JacORB ignores the length parameter in bounded
	string typedefs.

2006-05-18  Alphonse Bendt  <bendt@prismtech.com>

	* bugs/AllTest.java, bugs/bugjac69/InvalidIORTest.java:
	better error checking for parsing invalid iors

	related to scarab JAC#69

	* orb/dynany/DynAnyArrayObjectTest.java,
	orb/dynany/DynAnyObjectTest.java,
	orb/dynany/DynAnySeqObjectTest.java, orb/dynany/PackageTest.java:
	fix for using an Object Reference inside a DynAny

	related to scarab JAC#62

	* common/StreamListener.java (run): comparison would not match
	corbaexceptions e.g. org.omg.CORBA.INITIALIZE. fixed

	* naming/ContextTest.java: made order of testmethods explicit

	* naming/ContextTest.java: fixed test to use a new ns db dir for
	each run

2006-05-17  Alphonse Bendt  <bendt@prismtech.com>

	* naming/ContextTest.java: fixed test

	* poa/AllTest.java, poa/POAActivateTest.java: The idl build has
	'orb,sysex,dynany,portableserver...' in the dependancies.  Orb
	copies the java mapping code accross (some of which has
	NO_IMPLEMENT as the IDL generation will overwrite them). Dynany
	implicitly pulls and compiles in some portableserver code.  Then,
	when it comes to portable server even though it may have generated
	some code and overwritten the source files they are not compiled
	as the target is not out of date - the machine is too fast.

	Solution appears to be to put portableserver first.

	fix for scarab JAC#39 and JAC#41

	* idl/ParseValidIDLTest.java: made jdk1.4 compatible

	* orb/dynany/DynAnyBoundedSeqTest.java: replaced Vector with List

2006-05-16  Alphonse Bendt  <bendt@prismtech.com>

	* orb/connection/ClientConnectionTimeoutTest.java: cosmetics

	* poa/QueueNoWaitTest.java (test_overrun): increased delay as
	otherwise this test failed often

	* common/CallbackTestCase.java: cosmetics

	* idl/AbstractIDLTestcase.java: get rid of debug output

	* idl/ParseValidIDLTest.java: added javadoc

	* idl/AbstractIDLTestcase.java, idl/ParseValidIDLTest.java:
	added test for rt#1445: forward declarations in idl led
	to incorrect generated classes.

	also added improvement for the idl tests. its now possible to inspect
	the compiled classes

2006-05-15  Alphonse Bendt  <bendt@prismtech.com>

	* idl/ValidIDLWithExtraSetupTest.java: test and fix for JAC#307:

	The CORBA valuetypes StringValue and WStringValue are defined in
	the file orb.idl. Now when we used these value types in other IDL
	files, the generated output is 'omg.org.java.lang.String' which
	causes compilation errors.

	* orb/value/ValueTest.java: removed unnecessary Thread.sleep

	* idl/ValidIDLWithExtraSetupTest.java: RT#1180: Problem with idl
	compiler

	added testcase. no further action necessary as the problem
	has been fixed already (Bugzilla #606)

	* common/ORBSetup.java: cosmetics

	* idl/ValidIDLWithExtraSetupTest.java: RT#1051: WrongTransaction
	missing from IDL

	* orb/AllTest.java: RT#1022: The JacORB dior utility should be
	able to decode DIOP IORs. This is a TAO protocol which is
	essentially GIOP/UDP

	* poa/ImplNameTest.java: fixed tests

	* orb/DIOPIORTest.java: RT#1022: The JacORB dior utility should be
	able to decode DIOP IORs. This is a TAO protocol which is
	essentially GIOP/UDP

2006-05-14  Alphonse Bendt  <bendt@prismtech.com>

	* jmx/JMXClientServerSetup.java, jmx/JmxJacorbJacorbTest.java,
	jmx/JmxSunJacorbTest.java: removed unnecesssary param

	* jmx/AbstractJMXTest.java, jmx/JmxJacorbJacorbTest.java: fixed test

2006-05-12  Alphonse Bendt  <bendt@prismtech.com>

	* orb/value/ColumnDataImpl.java,
	orb/value/CustomValueExampleImpl.java,
	orb/value/CustomValueExchangeImpl.java,
	orb/value/DataDefaultFactory.java, orb/value/DataImpl.java,
	orb/value/NodeDataDefaultFactory.java,
	orb/value/NodeDataImpl.java, orb/value/RowListDataImpl.java,
	orb/value/ValueCustomTest.java, orb/value/ValueServerImpl.java,
	orb/value/ValueTest.java: changes related to scarab RT#992: cannot
	unmarshal embedded valuetypes

	added tests.

	* orb/rmi/RMITest.java:
	changes related to scarab RT#992: cannot unmarshal embedded valuetypes

	added testcase.
	changed client/server configuration

	* orb/connection/GIOPConnectionTest.java:
	c'tor of superclass was changed

	* common/launch/TestLauncher.java (main): check if
	FixSunDelegateBug class is really available.

2006-05-11  Alphonse Bendt  <bendt@prismtech.com>

	* bugs/bugjac10/TypeCodeTestCase.java: *** empty log message ***

	* bugs/bugjac10/TypeCodeTestCase.java: corrected version string

	* idl/ValidIDLWithExtraSetupTest.java: add testcase related to #643.

	* idl/AbstractIDLTestcase.java (c'tor): delete idl and classes dir
	before use
	(compileGeneratedSources): add JacORB/classes to compile classpath

	* bugs/bug619/TestCase.java: removed unnecessary exception

	* bugs/AllTest.java: testcases for JAC#10

	this is to allow interoperability with orbs that send compact
	typecodes.  scarab id: JAC#10.

	* orb/rmi/RMITest.java: specified
	jacorb.interop.chunk_custom_rmi_valuetypes for the server (jacorb
	orb) so the client (sun orb) does not get confused.

	* orb/AllTest.java, orb/CreateTypeCodesTest.java,
	bugs/bugjac10/TypeCodeTestCase.java,
	bugs/bugjac10/TypeCodeTestImpl.java: testcases for JAC#10

	this is to allow interoperability with orbs that send compact
	typecodes.  scarab id: JAC#10.

2006-05-10  Alphonse Bendt  <bendt@prismtech.com>

	* poa/AllTest.java, poa/BiDirDelegateTest.java,
	poa/BiDirDelegateTestServerRunner.java: test for jac5 (BiDir
	connections get BAD_INV_ORDER/Delegate not set). is fixed in
	JacORB already so no further action necessary.

2006-05-09  Alphonse Bendt  <bendt@prismtech.com>

	* poa/AllTest.java, poa/ImplNameTest.java:
	patch for bug 378 (JAC3) from prismtech

	* poa/Deactivate.java: patch from prismtech for bug314 (JAC2). testcase

2006-05-04  Alphonse Bendt  <bendt@prismtech.com>

	* idl/AbstractIDLTestcase.java (compileGeneratedSources):
	try to locate jdk even if java.home points to a jre

2006-03-19  Andre Spiegel  <spiegel@gnu.org>

	* common/TestUtils.java, common/launch/DirectLauncher.java,
	common/launch/JacORBLauncher.java,
	common/launch/TestLauncher.java: Changes by David Hartman to make
	the test framework run under Windows.

2006-03-08  Alphonse Bendt  <bendt@prismtech.com>

	* notification/node/TCLTest.java: fix for #671

2006-03-06  Alphonse Bendt  <bendt@prismtech.com>

	* notification/servant/SequenceProxyPushSupplierImplTest.java,
	notification/servant/StructuredProxyPushSupplierImplTest.java:
	cosmetics

2006-03-05  Alphonse Bendt  <bendt@prismtech.com>

	* notification/plugins/BSHFilterTest.java: cosmetics

2006-03-04  Alphonse Bendt  <bendt@prismtech.com>

	* notification/queue/BoundedPriorityEventQueueTest.java: remove
	superfluous class HeapEntry

2006-02-25  Alphonse Bendt  <bendt@prismtech.com>

	* notification/queue/BoundedDeadlineEventQueueTest.java,
	notification/queue/BoundedFifoEventQueueTest.java,
	notification/queue/BoundedLifetimeEventQueueTest.java,
	notification/queue/BoundedPriorityEventQueueTest.java,
	notification/queue/DelegatingOverflowStrategy.java,
	notification/queue/PackageTest.java,
	notification/servant/AbstractProxySupplierTest.java: added a
	receivetimestamp to all messages. the fifo event queue will
sort
	incoming messages on the basis of this timestamp.

	* notification/queue/RWLockEventQueueDecoratorTest.java,
	notification/util/AbstractWildcardMapTest.java,
	notification/util/CachingWildcardMapTest.java,
	notification/util/DefaultWildcardMapTest.java,
	notification/util/WeakCacheWildcardMapTest.java,
	notification/FilterManagerTest.java,
	notification/OfferManagerTest.java, notification/PackageTest.java,
	notification/TestClientOperations.java,
	notification/TimeoutTest.java,
	notification/bugs/DeadlockBugTest.java,
	notification/bugs/PackageTest.java,
	notification/container/CORBAObjectComponentAdapterTest.java,
	notification/engine/AbstractFilterTaskTestCase.java,
	notification/engine/DefaultPushTaskExecutorTest.java,
	notification/engine/FilterConsumerAdminTaskTest.java,
	notification/engine/FilterProxyConsumerTaskTest.java,
	notification/engine/FilterProxySupplierTaskTest.java,
	notification/engine/FilterSupplierAdminTaskTest.java,
	notification/engine/PackageTest.java,
	notification/engine/PushOperationTest.java,
	notification/evaluate/PackageTest.java,
	notification/filter/CallbackManagerTest.java,
	notification/filter/FilterUsageDecoratorTest.java,
	notification/filter/PackageTest.java,
	notification/jmx/COSNotificationServiceTest.java,
	notification/jmx/JMXNotificationTest.java,
	notification/jmx/TestService.java,
	notification/node/EvaluationResultTest.java,
	notification/node/PackageTest.java,
	notification/node/TCLTest.java,
	notification/servant/PullMessagesOperationTest.java,
	notification/servant/PullMessagesUtilityTest.java,
	notification/servant/StructuredProxyPushSupplierImplTest.java,
	notification/typed/PackageTest.java,
	notification/util/regexp/AbstractPatternWrapperTest.java,
	notification/util/regexp/GNUPatternWrapperTest.java,
	notification/util/regexp/JDK14PatternWrapperTest.java,
	notification/util/regexp/JakartaRegexpPatternWrapperTest.java:
	cosmetics

2006-02-20  Alphonse Bendt  <bendt@prismtech.com>

	* notification/EventChannelTest.java,
	notification/engine/AbstractRetryStrategyTest.java,
	notification/engine/AlwaysDisposeRetryStrategyTest.java,
	notification/engine/TaskProcessorRetryStrategyTest.java,
	notification/engine/WaitRetryStrategyTest.java,
	notification/AnyPullSender.java: cosmetics

2006-02-06  Alphonse Bendt  <bendt@prismtech.com>

	* jmx/AbstractJMXTest.java, jmx/ExampleService.java,
	jmx/ExampleServiceMBean.java, jmx/ExampleServiceRunner.java,
	jmx/JMXClientServerSetup.java, jmx/JmxJacorbJacorbTest.java,
	jmx/JmxSunJacorbTest.java, jmx/PackageTest.java: jmx over rmi over
	iiop tests

	* notification/node/EvaluationResultTest.java,
	notification/node/TCLTest.java: cosmetics

	* orb/rmi/PortableRemoteObjectDelegateImplTest.java: new test

	* common/TestUtils.java (addtoSuite): new Methode

	* common/ClientServerSetup.java (resolveServerObject): new method
	so that behaviour can be overridden in subclasses

2006-01-21  Alphonse Bendt  <bendt@prismtech.com>

	* notification/filter/GarbageCollectTest.java,
	notification/lifecycle/ServantLifecycleControlTest.java: related
	to #654. optionally run System.gc/System.runfinalization on
	deactivation of servants.

	thanks to David Rodenbaugh for suggesting this

2006-01-12  Alphonse Bendt  <bendt@prismtech.com>

	* notification/AllTest.java, notification/EventChannelTest.java,
	notification/servant/AbstractProxySupplierTest.java,
	notification/lifecycle/PackageTest.java,
	notification/lifecycle/ServantLifecycleControlTest.java:
	refactored servant lifecycle. created own package that contains
	the logic to activate and deactivate the notify servants.

2005-12-08  Phil Mesnier  <phil.mesnier@ociweb.com>

	* orb/AllTest.java, orb/AlternateIIOPAddress2Test.java,
	orb/AlternateIIOPAddressTest.java, orb/AlternateProfileTest.java,
	orb/IIOPProfileInterceptor.java: Cleaned up excessive debug
	output, introduced timeouts where failures were expected

2005-12-05  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/plugins/BSHFilterTest.java:
	minor refactorings and code cleanup

	* idl/AbstractIDLTestcase.java (compileGeneratedSources):
	use java.home to locate javac

2005-12-04  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* common/TestUtils.java, notification/AdminLimitTest.java,
	notification/AnyMessageTest.java,
	notification/AnyPullReceiver.java,
	notification/AnyPushSender.java,
	notification/CosEventChannelTest.java,
	notification/EventChannelFactoryTest.java,
	notification/EventChannelTest.java,
	notification/FilterImplTest.java, notification/FilterTest.java,
	notification/InterFilterGroupOperatorTest.java,
	notification/MappingFilterTest.java,
	notification/MessageFactoryTest.java,
	notification/MessageUtilsTest.java,
	notification/NotificationEventTest.java,
	notification/NotificationTestCase.java,
	notification/NotificationTestCaseSetup.java,
	notification/NotificationTestUtils.java,
	notification/PropertyValidatorTest.java,
	notification/QoSTest.java,
	notification/SequenceEventChannelTest.java,
	notification/SequencePullSender.java,
	notification/StartTimeTest.java, notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/StructuredEventMessageTest.java,
	notification/StructuredPullSender.java,
	notification/StructuredPushSender.java,
	notification/TimeoutTest.java,
	notification/TypedEventMessageTest.java,
	notification/common/NotificationTestCase.java,
	notification/common/NotificationTestCaseSetup.java,
	notification/common/NotificationTestUtils.java,
	notification/common/NotifyServerTestCase.java,
	notification/common/TypedServerTestCase.java,
	notification/common/TypedServerTestRunner.java,
	notification/common/TypedServerTestSetup.java,
	notification/evaluate/DynamicEvaluatorTest.java,
	notification/filter/GarbageCollectTest.java,
	notification/filter/MappingFilterFactoryTest.java,
	notification/node/TCLTest.java, notification/perf/LoadTest.java,
	notification/perf/PerformanceTest.java,
	notification/perf/PoolTest.java,
	notification/servant/AbstractProxySupplierTest.java,
	notification/servant/ProxyPushSupplierImplTest.java,
	notification/servant/PullMessagesUtilityIntegrationTest.java,
	notification/servant/SequenceProxyPushSupplierImplTest.java,
	notification/servant/StructuredProxyPushSupplierImplTest.java,
	notification/typed/PackageTest.java,
	notification/typed/TypedConsumerAdminImplTest.java,
	notification/typed/TypedEventChannelFactoryIntegrationTest.java,
	notification/typed/TypedEventChannelIntegrationTest.java,
	notification/typed/TypedEventChannelTest.java,
	notification/typed/TypedProxyPullConsumerImplTest.java,
	notification/typed/TypedProxyPullSupplierImplTest.java,
	notification/typed/TypedProxyPushConsumerImplTest.java,
	notification/typed/TypedProxyPushSupplierImplTest.java,
	notification/typed/TypedSupplierAdminImplTest.java: code cleanup

2005-12-01  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/AdminLimitTest.java,
	notification/MessageFactoryTest.java,
	notification/SequenceEventChannelTest.java,
	notification/StartTimeTest.java,
	notification/StopTimeIntegrationTest.java,
	notification/StopTimeTest.java,
	notification/StructuredEventMessageTest.java,
	notification/TimeoutTest.java,
	notification/common/NotifyServerTestCase.java,
	notification/typed/PackageTest.java,
	notification/typed/TypedConsumerAdminImplTest.java,
	notification/typed/TypedEventChannelTest.java,
	notification/typed/TypedSupplierAdminImplTest.java: minor
	refactorings and code cleanup

2005-11-15  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* orb/factory/AllTest.java: added package test

2005-11-11  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* orb/factory/PortRangeServerSocketFactoryTest.java: this is a fix
	for #645

	if the specified port param lies within the port range
	of the Factory it first tries to open this port. If this fails
	another port from the port range is tried.

	i have also refactored PortRangeServerSocketFactory to delegate
	the actual creation to an instance of DefaultServerSocketFactory
	and added a testcase.

	* notification/util/ThreadPoolTest.java: removed isTaskQueued
	logic as it is not supported by the underlying util.concurrent lib

	* notification/servant/PullMessagesUtilityIntegrationTest.java,
	notification/NotificationTestCase.java,
	notification/StartTimeTest.java, notification/StopTimeTest.java:
	code cleanup

	* orb/connection/GIOPConnectionTest.java,
	util/LogKitLoggerFactoryTest.java (setup): renamed class
	Configuration to JacORBConfiguration.

	* config/ConfigurationTest.java (testGetLoggerName):
	renamed class Configuration to JacORBConfiguration.

2005-10-28  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/plugins/BSHFilterTest.java: cosmetics

	* notification/ConsoleMainTest.java,
	notification/PackageTest.java (splitArgs): new method

2005-10-27  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/MessageFactoryTest.java,
	notification/StartTimeTest.java, notification/TimeoutTest.java,
	notification/servant/SequenceProxyPushSupplierImplTest.java:
	renamed interface AbstractProxyConsumerI => IProxyConsumer

	* notification/servant/AbstractProxySupplierTest.java: new test

2005-10-21  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* config/ConfigurationTest.java (getLoggerName): changed
	implementation as clz.getPackage() may return null. this fixes
	bug #623 which was reported by Oliver Pajonk who also supplied a
	patch.

2005-10-19  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/plugins/BSHFilterTest.java: reflect changes in src

2005-10-16  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* bugs/bug459/TestCase.java: TestCase for bug 459.

2005-10-15  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* idl/AbstractIDLTestcase.java, idl/ParseInvalidIDLTest.java,
	idl/ParseValidIDLTest.java, idl/ValidIDLWithExtraSetupTest.java:
	further refactoring of IDL tests. it now possible to run javac
	from the testcase to check if the generated java files are valid

2005-10-14  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* orb/rmi/RMITest.java, orb/rmi/RMITestImpl.java,
	orb/rmi/RMITestInterface.java: added testcase for #633

2005-10-09  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* idl/AbstractIDLTestcase.java, idl/CharTest.java,
	idl/FloatTest.java, idl/InterfaceTest.java, idl/LongTest.java,
	idl/MiscFailureTest.java, idl/MiscTest.java, idl/ModuleTest.java,
	idl/PackageTest.java, idl/ParseInvalidIDLTest.java,
	idl/ParseValidIDLTest.java, idl/PragmaTest.java,
	idl/TypeDefTest.java, idl/UnionTest.java,
	idl/ValidIDLWithExtraSetupTest.java, idl/ValueTest.java:
	refactored IDL compiler tests.

2005-10-08  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* bugs/bug619/TestCase.java (Pusher.run): fixed synchronization

	* bugs/bug619/OutOfMemoryImpl.java, bugs/bug619/TestCase.java:
	test for bug 619

	* orb/rmi/RepositoryIDTest.java: javadoc

	* common/ClientServerSetup.java, common/StreamListener.java (setUp):
	fail test if TestServer does not start up within 5 seconds

	* orb/rmi/AllTest.java, orb/rmi/Outer.java, orb/rmi/RMITest.java,
	orb/rmi/RMITestImpl.java, orb/rmi/RMITestInterface.java,
	orb/rmi/RepositoryIDTest.java: added tests for bug #91
	http://www.jacorb.org/cgi-bin/bugzilla/showattachment.cgi?attach_id=91

	* orb/AllTest.java (suite): added testcase for
	http://www.jacorb.org/cgi-bin/bugzilla/show_bug.cgi?id=607

	* orb/CDROutputStreamTest.java: added test for
	http://www.jacorb.org/cgi-bin/bugzilla/show_bug.cgi?id=607

	* orb/value/ValueTest.java: activate test for bug #430

	* notification/NotificationTestCase.java,
	notification/NotificationTestCaseSetup.java,
	notification/common/NotifyServerTestCase.java,
	notification/servant/PackageTest.java: javadoc

	* notification/container/DecoratedService.java,
	notification/container/DefaultService.java,
	notification/container/DependsOnService.java,
	notification/container/LocalParameterComponentAdapterTest.java,
	notification/container/PackageTest.java,
	notification/container/Service.java: added pico ComponentAdapter
	that allows specification of local params

2005-10-02  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/AdminLimitTest.java,
	notification/AnyPushReceiver.java,
	notification/CosEventPullSender.java,
	notification/EventChannelTest.java,
	notification/StartTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/StructuredPushReceiver.java,
	notification/bugs/DeadlockBugTest.java,
	notification/engine/TaskProcessorRetryStrategyTest.java,
	notification/perf/AnyTest.java,
	notification/perf/PerformanceTest.java,
	notification/queue/BoundedDeadlineEventQueueTest.java,
	notification/servant/ProxyPushSupplierImplTest.java,
	notification/servant/PullMessagesUtilityTest.java,
	notification/servant/SequenceProxyPushSupplierImplTest.java,
	notification/typed/TypedEventChannelTest.java,
	notification/typed/TypedProxyPullConsumerImplTest.java,
	notification/typed/TypedProxyPullSupplierImplTest.java,
	notification/typed/TypedProxyPushSupplierImplTest.java,
	notification/util/ObjectPoolTest.java,
	notification/util/ThreadPoolTest.java,
	common/launch/DirectLauncher.java: replaced util-concurrent with
	backport-util-concurrent to allow easier transition to jdk 1.5

2005-09-27  Phil Mesnier  <phil.mesnier@ociweb.com>

	* orb/AllTest.java, orb/AlternateIIOPAddress2Test.java,
	orb/AlternateProfileTest.java, orb/IIOPAddressInterceptor.java,
	orb/IIOPAddressServerImpl.java, orb/IIOPProfileInterceptor.java:
	Replace explicit host/port with ProtocolAddressBase or IIOPAddress
	as appropriate, added new test suite for initializing IIOP
	addresses using new ProtocolAddress defined string.

2005-09-10  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/servant/AbstractProxySupplierTest.java (test): use
	nicecontrol for mockPOA

2005-09-04  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/bugs/DeadlockBugTest.java: cosmetics

2005-09-01  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/CollectionsWrapperTest.java (testModificationFail):
	added assert

2005-08-28  Andre Spiegel  <spiegel@gnu.org>

	* common/launch/JacORBLauncher.java (getLauncher): If the version
	argument starts with "tao", return a TAOLauncher.

	* common/launch/TAOLauncher.java: Initial revision.

2005-08-22  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/servant/AbstractProxySupplierTest.java: code cleanup

2005-08-21  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/servant/SequenceProxyPushSupplierImplTest.java (c'tor):
	create one matcher per test

	* common/launch/DirectLauncher.java:
	changed location of picocontainer jar

	* notification/AdminLimitTest.java, notification/AllTest.java,
	notification/AnyPushReceiver.java,
	notification/AnyPushSender.java,
	notification/EventChannelTest.java,
	notification/MessageFactoryTest.java,
	notification/NotificationTestCase.java,
	notification/NotificationTestCaseSetup.java,
	notification/PackageTest.java,
	notification/SequenceEventChannelTest.java,
	notification/SequencePushReceiver.java,
	notification/StartTimeTest.java,
	notification/TimeoutIntegrationTest.java,
	notification/TimeoutTest.java,
	notification/common/NotifyServerTestSetup.java,
	notification/engine/DefaultPushTaskExecutorTest.java,
	notification/engine/FilterConsumerAdminTaskTest.java,
	notification/engine/FilterProxySupplierTaskTest.java,
	notification/engine/PushOperationTest.java,
	notification/engine/TaskProcessorRetryStrategyTest.java,
	notification/filter/GarbageCollectTest.java,
	notification/jmx/COSNotificationServiceTest.java,
	notification/jmx/JMXNotificationTest.java,
	notification/jmx/ManageableTestMBean.java,
	notification/jmx/TestService.java,
	notification/jmx/TestServiceMBean.java,
	notification/perf/EchoServerImpl.java,
	notification/perf/LoadTest.java,
	notification/perf/PerformanceTest.java,
	notification/queue/DelegatingOverflowStrategy.java,
	notification/servant/AbstractProxySupplierTest.java,
	notification/servant/PackageTest.java,
	notification/servant/ProxyPushSupplierImplTest.java,
	notification/servant/PullMessagesOperationTest.java,
	notification/servant/PullMessagesUtilityIntegrationTest.java,
	notification/servant/PullMessagesUtilityTest.java,
	notification/servant/SequenceProxyPushSupplierImplTest.java,
	notification/servant/StructuredProxyPushSupplierImplTest.java,
	notification/typed/TypedConsumerAdminImplTest.java,
	notification/typed/TypedProxyPullConsumerImplTest.java,
	notification/typed/TypedProxyPullSupplierImplTest.java,
	notification/typed/TypedProxyPushConsumerImplTest.java,
	notification/typed/TypedProxyPushSupplierImplTest.java,
	notification/typed/TypedSupplierAdminImplTest.java: updated tests

	* notification/node/TCLTest.java (testGT): added tests

	* notification/util/AbstractWildcardMapTest.java,
	notification/util/DisposableManagerTest.java,
	notification/util/WeakHashSetTest.java: code cleanup

2005-08-17  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/SequenceEventChannelTest.java,
	notification/SequencePushReceiver.java (c'tor): fix for #625. the
	periodic flush task did not work properly

2005-05-16  Andre Spiegel  <spiegel@gnu.org>

	* util/LogKitLoggerFactoryTest.java:
	Extend JacORBTestCase, mark as @jacorb-since 2.2.

	* util/AllTest.java: Turn it into a JacORBTestSuite.
	(suite): Use addTestSuite() to add the LogKitLoggerFactoryTest,
	so that we won't load it under earlier JacORB versions.

	* common/ClientServerSetup.java (setUp):
	Use jacorb.test.id property to configure the
	coverage output directory for the server process.

	* common/launch/TestLauncher.java (getOutFilename):
	Create a subdirectory for each test report.
	(main): Write coverage to the same directory as the test report.
	Pass jacorb.test.id property to the subprocess.

2005-05-16  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/common/NotifyServerTestCase.java (getClientORB):
	convenience method for tests
	(createFilter): convenience method for tests

2005-05-16  Andre Spiegel  <spiegel@gnu.org>

	* common/StreamListener.java (run):
	Make less fuzz about exceptions that terminate the
	StreamListener -- this is normal.

	* common/JacORBTestSuite.java: Implement JacORBTest.
	(addTest): Simplify using the new JacORBTest interface.
	(addTestSuite, invokeSuiteMethod): New methods.

	* common/JacORBTestCase.java: Implement JacORBTest.

	* common/JacORBTest.java: Add copyright header.

	* common/JacORBTest.java: Initial revision.

2005-05-14  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/plugins/FilterFactoryTest.java,
	notification/bugs/MultipleDeliveryBugTest.java,
	notification/StopTimeIntegrationTest.java,
	notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/TimeoutIntegrationTest.java,
	notification/TimeoutTest.java,
	notification/SequenceEventChannelTest.java,
	notification/QoSTest.java, notification/MessageFactoryTest.java,
	notification/InterFilterGroupOperatorTest.java,
	notification/EventChannelTest.java,
	notification/CosEventChannelTest.java: convert to new launching
	framework

	* notification/bugs/MultipleDeliveryBugTest.java,
	notification/common/NotifyServerTest.java,
	notification/common/NotifyServerTestCase.java: renamed
	NotifyServerTest to NotifyServerTestCase

	* notification/bugs/MultipleDeliveryBugTest.java,
	notification/common/NotifyServerTest.java,
	notification/common/NotifyServerTestRunner.java,
	notification/common/NotifyServerTestSetup.java: new Test setup
	classes that subclass ClientServerTestCase and and
	ClientServerSetup.

	changed test MultipleDeliveryBugTest to use
	new setup

2005-05-14  Andre Spiegel  <spiegel@gnu.org>

	* notification/AllTest.java: Convert into a JacORBTestSuite. Mark
	as @jacorb-since cvs, because the notification tests don't
	interoperate with the launching framework yet.

2005-05-13  Andre Spiegel  <spiegel@gnu.org>

	* bugs/AllTest.java: Extend JacORBTestSuite, rather than TestCase.
	(suite): Instantiate self.

	* orb/policies/TimingTest.java: Update import list.

	* orb/BasicTest.java (suite): Return a JacORBTestSuite.

	* orb/AlternateProfileTest.java, orb/AlternateIIOPAddressTest.java (suite):
	Return a JacORBTestSuite.
	Mark as @jacorb-since 2.2.

	* orb/CDRIOTest.java: Extend JacORBTestCase.
	(suite): Return a JacORBTestSuite.
	Mark as @jacorb-since 2.2.

	* orb/ExceptionTest.java (suite): Return a JacORBTestSuite.
	(testRuntimeException): Mark as @jacorb-since cvs.

	* orb/etf/AllTest.java: Extend JacORBTestSuite.
	(suite): Instantiate self.
	Mark as @jacorb-since 2.2.

	* orb/connection/GIOPConnectionTest.java: Extend JacORBTestCase.
	(suite): Rewritten to return a JacORBTestSuite.
	Mark as @jacorb-client-since 2.2.

	* orb/connection/AllTest.java, orb/AllTest.java, AllTest.java:
	Extend JacORBTestSuite, rather than TestCase.
	(suite): Instantiate self.

	* common/ClientServerTestCase.java: Inherit from JacORBTestCase.

	* common/ClientServerSetup.java (comparator): New field.
	(getTestServerMain): If the server version is earlier than 2.2,
	use TestServer_before_2_2.

	* common/JacORBTestCase.java, common/JacORBTestSuite.java, common/TestAnnotationsParser.java:
	Initial revision.

	* common/JacORBVersionComparator.java, common/TestAnnotations.java:
	Add JacORB header comment.

	* common/TestAnnotations.java, common/JacORBVersionComparator.java, common/TestServer_before_2_2.java:
	Initial revision.

2005-05-10  Andre Spiegel  <spiegel@gnu.org>

	* idl/CharTest.java, idl/FloatTest.java, idl/InterfaceTest.java,
	idl/LongTest.java, idl/MiscFailureTest.java, idl/MiscTest.java,
	idl/ModuleTest.java, idl/PragmaTest.java, idl/TypeDefTest.java,
	idl/UnionTest.java, idl/ValueTest.java: Use TestUtils.testHome(),
	rather than the testdir system property.

	* common/ClientServerSetup.java (setUp): Use the new launching
	framework to launch the server.
	(propsToCommandLineArgs): Removed, this is now in the launching
	framework.
	(ior): Removed, was unused.

	* common/launch/DirectLauncher.java,
	common/launch/JacoLauncher.java,
	common/launch/JacORBLauncher.java,
	common/launch/TestLauncher.java: Initial revision.

	* common/TestUtils.java (testHome): New method and internal cache
	variable.

2005-05-04  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/typed/TypedConsumerAdminImplTest.java,
	notification/typed/TypedProxyPullConsumerImplTest.java,
	notification/typed/TypedSupplierAdminImplTest.java: added test for
	bug and fix: poll would fail if one of the TypedProxyPullSupplier
	"try" methods failed.

	* notification/AdminLimitTest.java,
	notification/typed/TypedConsumerAdminImplTest.java,
	notification/typed/TypedSupplierAdminImplTest.java (getID):
	renamed to getChannelID to avoid confusion

2005-05-01  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/filter/GarbageCollectTest.java,
	notification/filter/MappingFilterFactoryTest.java,
	notification/node/TCLTest.java, notification/perf/LoadTest.java,
	notification/perf/PerformanceTest.java,
	notification/plugins/FilterFactoryTest.java,
	notification/servant/ProxyPushSupplierImplTest.java,
	notification/servant/StructuredProxyPushSupplierImplTest.java,
	notification/typed/TypedConsumerAdminImplTest.java,
	notification/typed/TypedProxyPullConsumerImplTest.java,
	notification/typed/TypedProxyPullSupplierImplTest.java,
	notification/typed/TypedProxyPushConsumerImplTest.java,
	notification/typed/TypedProxyPushSupplierImplTest.java,
	notification/typed/TypedSupplierAdminImplTest.java,
	notification/evaluate/DynamicEvaluatorTest.java,
	notification/bugs/MultipleDeliveryBugTest.java,
	notification/bugs/PackageTest.java,
	notification/AdminLimitTest.java, notification/AnyGenerator.java,
	notification/AnyPullReceiver.java,
	notification/AnyPullSender.java,
	notification/AnyPushReceiver.java,
	notification/AnyPushSender.java, notification/BasicTest.java,
	notification/CosEventChannelTest.java,
	notification/CosEventPullReceiver.java,
	notification/CosEventPullSender.java,
	notification/CosEventPushReceiver.java,
	notification/CosEventPushSender.java,
	notification/EventChannelFactoryTest.java,
	notification/EventChannelTest.java,
	notification/FilterImplTest.java,
	notification/FilterManagerTest.java, notification/FilterTest.java,
	notification/InterFilterGroupOperatorTest.java,
	notification/MappingFilterTest.java,
	notification/NotificationTestCase.java,
	notification/NotificationTestCaseSetup.java,
	notification/QoSTest.java,
	notification/SequenceEventChannelTest.java,
	notification/SequencePullReceiver.java,
	notification/SequencePullSender.java,
	notification/SequencePushReceiver.java,
	notification/SequencePushSender.java,
	notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/StructuredGenerator.java,
	notification/StructuredPullReceiver.java,
	notification/StructuredPullSender.java,
	notification/StructuredPushReceiver.java,
	notification/StructuredPushSender.java,
	notification/TestEventGenerator.java,
	notification/TestServer.java, notification/TestUtils.java,
	notification/TimeoutTest.java,
	notification/TypedEventMessageTest.java: cleaned up
	tests.
	various fixes had to be made so that tests run when
	BiDirGIOP is enabled

	* notification/util/ThreadPoolTest.java (testIsTaskQueued): fixed
	compiler warning

	* notification/util/LogUtilTest.java,
	notification/util/DisposableManagerTest.java: cosmetics

2005-04-27  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/util/regexp/AbstractPatternWrapperTest.java,
	notification/util/regexp/GNUPatternWrapperTest.java,
	notification/util/regexp/JDK14PatternWrapperTest.java,
	notification/util/regexp/JakartaRegexpPatternWrapperTest.java:
	cosmetics

	* notification/typed/TypedProxyPushSupplierImplTest.java: removed
	PushToConsumer Tasks and Thread Pools as this concept didn't work
	right.

	instead PushTaskExecutor creates a number of threads
	that pull PushTasks from the ProxyPushSuppliers and execute them.

	* notification/servant/AbstractProxySupplierTest.java,
	notification/servant/ProxyPushSupplierImplTest.java,
	notification/servant/StructuredProxyPushSupplierImplTest.java:
	cleaned up inheritance hierarchy of Proxies.
all
	ProxyPushSuppliers have a common baseclass now.

	* notification/queue/PackageTest.java, notification/queue/RWLockEventQueueDecoratorTest.java (replaceDelegate):
	fixed bug

	* notification/engine/AbstractRetryStrategyTest.java,
	notification/engine/DefaultPushTaskExecutorTest.java,
	notification/engine/FilterConsumerAdminTaskTest.java,
	notification/engine/FilterProxyConsumerTaskTest.java,
	notification/engine/FilterProxySupplierTaskTest.java,
	notification/engine/FilterSupplierAdminTaskTest.java,
	notification/engine/PackageTest.java,
	notification/engine/PushToConsumerTaskTest.java,
	notification/engine/PushToConsumerTest.java,
	notification/engine/TaskProcessorRetryStrategyTest.java: removed
	PushToConsumer Tasks and Thread Pools as this concept didn't work
	right.

	instead PushTaskExecutor creates a number of threads that pull
	PushTasks from the ProxyPushSuppliers and execute them.

	* notification/container/CORBAObjectComponentAdapterTest.java,
	notification/container/ContainerLifecycleTest.java,
	notification/container/CoreContainerFactoryTest.java,
	notification/container/DeliverTaskExecutorComponentAdapterTest.java,
	notification/container/NonCachingRememberingComponentAdapterTest.java,
	notification/container/PackageTest.java,
	notification/container/ReferenceComponentAdapterTest.java,
	notification/container/Service.java,
	notification/container/ServiceImpl.java,
	notification/container/ServiceUser.java: removed tests for unused
	code

	* notification/bugs/DeadlockBugTest.java: cosmetic

2005-04-17  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/engine/AlwaysDisposeRetryStrategyTest.java,
	notification/engine/PushOperationTest.java,
	notification/engine/TaskProcessorRetryStrategyTest.java,
	notification/engine/WaitRetryStrategyTest.java: reflect changes

2005-04-16  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/util/ObjectPoolTest.java: added new tests

	* notification/servant/AbstractProxySupplierTest.java, notification/servant/PackageTest.java:
	new test

	* notification/engine/PushToConsumerTest.java: adapt tests to changes

	* notification/engine/PushToConsumerTaskTest.java: new test

	* notification/engine/PushOperationTest.java: adapt tests to changes

	* notification/engine/PackageTest.java (suite): added new test

	* notification/engine/AbstractFilterTaskTestCase.java (setup):
	removed unused code

	* notification/NotificationTestCase.java (suite):
	added new suite convenience method

2005-04-10  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/typed/PackageTest.java,
	notification/typed/TypedConsumerAdminImplTest.java,
	notification/typed/TypedEventChannelTest.java,
	notification/typed/TypedProxyPullConsumerImplTest.java,
	notification/typed/TypedProxyPushConsumerImplTest.java,
	notification/typed/TypedProxyPushSupplierImplTest.java,
	notification/typed/TypedSupplierAdminImplTest.java: added tests
	for typed channels

	* notification/TypedNotificationChannelTest.java: removed
	duplicated code

	* notification/EventChannelFactoryTest.java,
	notification/EventChannelTest.java: code cleanup: removed
	deprecated methods, fixed compiler warnings

2005-03-31  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/FilterTest.java,
	notification/MappingFilterTest.java,
	notification/StartTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/StructuredPushSender.java: reflect changes in src

	* notification/filter/FilterUsageDecoratorTest.java,
	notification/filter/GarbageCollectTest.java,
	notification/filter/PackageTest.java: tests for new features

	* notification/AdminLimitTest.java:
	fixed compiler warnings (empty blocks)

2005-03-28  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/QoSTest.java: fixed compiler warnings

2005-03-27  Francisco Revervel  <reverbel@ime.usp.br>

	* bugs/AllTest.java, bugs/bug532/ByteSequenceHelper.java,
	bugs/bug532/TestCase.java, bugs/bug532/bug532.idl,
	bugs/bug532/readme.txt: Dimitris Andreadis contributed this
	testcase for bug #532.

2005-03-25  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/FilterTest.java: reflect changes in iimpl

2005-03-20  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/queue/BoundedDeadlineEventQueueTest.java,
	notification/queue/BoundedFifoEventQueueTest.java,
	notification/queue/BoundedPriorityEventQueueTest.java (*Test):
	added tests to see if getAllMessages really removes all fetched
	elements from the queried
	queue.
	(BoundedFifoEventQueue.getAllMessages): bugfix. fetched
	elements were not removed from the queue. This causes messages to
	be delivered multiple times.

	Thanks to Ling Yun for
	reporting (http://lists.spline.inf.fu-berlin.de/pipermail/jacorb-developer/2005-March/007168.html)

2005-03-07  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/engine/TaskProcessorRetryStrategyTest.java:
	added new test

2005-03-07  Andre Spiegel  <spiegel@gnu.org>

	* common/ClientServerSetup.java (ctor): Hard-code JacORB ORB in
	client-side properties.
	(setUp): If we're in coverage mode, pass it on to the server side.
	Don't use jaco anymore, not even for Unix. Put JacORB on the
	bootclasspath, as that seems necessary for some of the DynAny
	tests.

2005-03-02  Andre Spiegel  <spiegel@gnu.org>

	* orb/AllTest.java (suite): Add ExceptionTest.

	* orb/ExceptionServerImpl.java, orb/ExceptionTest.java:
	Initial revision.

2005-02-20  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/servant/ProxyPushSupplierImplTest.java,
	notification/servant/StructuredProxyPushSupplierImplTest.java:
	adapted tests to changes in src

	* notification/engine/AbstractRetryStrategyTest.java,
	notification/engine/AlwaysDisposeRetryStrategyTest.java,
	notification/engine/PackageTest.java,
	notification/engine/TaskProcessorRetryStrategyTest.java,
	notification/engine/WaitRetryStrategyTest.java: new tests for
	reworked retry mechanism

	* notification/bugs/DeadlockBugTest.java: imports, comment

	* notification/StructuredPushReceiver.java:
	check validity of ConsumerAdmin

2005-02-14  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/typed/NotifyIFRTestSetup.java,
	notification/perf/PerformanceTest.java: fix

	* notification/plugins/BSHFilterTest.java,
	notification/plugins/FilterFactoryTest.java,
	notification/queue/BoundedDeadlineEventQueueTest.java,
	notification/queue/BoundedFifoEventQueueTest.java,
	notification/queue/BoundedPriorityEventQueueTest.java,
	notification/queue/DelegatingOverflowStrategy.java,
	notification/queue/PackageTest.java,
	notification/servant/PackageTest.java,
	notification/servant/ProxyPushSupplierImplTest.java,
	notification/servant/StructuredProxyPushSupplierImplTest.java,
	notification/typed/NotifyIFRTestSetup.java,
	notification/typed/PackageTest.java,
	notification/typed/TypedConsumerAdminImplTest.java,
	notification/typed/TypedProxyPullConsumerImplTest.java,
	notification/typed/TypedProxyPullSupplierImplTest.java,
	notification/typed/TypedProxyPushConsumerImplTest.java,
	notification/typed/TypedProxyPushSupplierImplTest.java,
	notification/typed/TypedSupplierAdminImplTest.java,
	notification/util/AbstractWildcardMapTest.java,
	notification/util/CachingWildcardMapTest.java,
	notification/util/DefaultWildcardMapTest.java,
	notification/util/DisposableManagerTest.java,
	notification/util/EventTypeUtilTest.java,
	notification/util/LogUtilTest.java,
	notification/util/ObjectPoolTest.java,
	notification/util/PackageTest.java,
	notification/util/ThreadPoolTest.java,
	notification/util/WeakCacheWildcardMapTest.java,
	notification/util/WeakHashSetTest.java,
	notification/util/WildcardMapTest.java,
	notification/util/regexp/AbstractPatternWrapperTest.java,
	notification/bugs/DeadlockBugTest.java,
	notification/bugs/MultipleDeliveryBugTest.java,
	notification/bugs/PackageTest.java,
	notification/container/ContainerLifecycleTest.java,
	notification/container/CoreContainerFactoryTest.java,
	notification/container/DeliverTaskExecutorComponentAdapterTest.java,
	notification/container/NonCachingRememberingComponentAdapterTest.java,
	notification/container/PackageTest.java,
	notification/container/ReferenceComponentAdapterTest.java,
	notification/container/Service.java,
	notification/container/ServiceImpl.java,
	notification/container/ServiceUser.java,
	notification/engine/AbstractFilterTaskTestCase.java,
	notification/engine/FilterConsumerAdminTaskTest.java,
	notification/engine/FilterProxyConsumerTaskTest.java,
	notification/engine/FilterProxySupplierTaskTest.java,
	notification/engine/FilterSupplierAdminTaskTest.java,
	notification/engine/MockEventConsumer.java,
	notification/engine/PackageTest.java,
	notification/engine/PushOperationTest.java,
	notification/engine/PushToConsumerTest.java,
	notification/engine/WaitRetryStrategyTest.java,
	notification/evaluate/DynamicEvaluatorTest.java,
	notification/evaluate/PackageTest.java,
	notification/filter/CallbackManagerTest.java,
	notification/filter/PackageTest.java,
	notification/node/EvaluationResultTest.java,
	notification/node/IdentValueTest.java,
	notification/node/PackageTest.java,
	notification/node/TCLTest.java: reflect changes in src. new tests
	for new features.

	* notification/AdminLimitTest.java, notification/AllTest.java,
	notification/AnyMessageTest.java,
	notification/AnyPullReceiver.java,
	notification/AnyPullSender.java,
	notification/AnyPushReceiver.java,
	notification/AnyPushSender.java, notification/BasicTest.java,
	notification/CollectionsWrapperTest.java,
	notification/CosEventChannelTest.java,
	notification/EventChannelFactoryTest.java,
	notification/EventChannelTest.java,
	notification/FilterImplTest.java,
	notification/FilterManagerTest.java, notification/FilterTest.java,
	notification/InterFilterGroupOperatorTest.java,
	notification/MappingFilterTest.java,
	notification/MessageFactoryTest.java,
	notification/MessageUtilsTest.java, notification/MockAdmin.java,
	notification/MockMessage.java,
	notification/NotificationEventTest.java,
	notification/NotificationTestCase.java,
	notification/NotificationTestCaseSetup.java,
	notification/NotificationTestUtils.java,
	notification/OfferManagerTest.java, notification/PackageTest.java,
	notification/PerformanceListener.java,
	notification/PropertyValidatorTest.java,
	notification/QoSTest.java,
	notification/SequenceEventChannelTest.java,
	notification/SequencePullReceiver.java,
	notification/StartTimeTest.java, notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/StructuredEventMessageTest.java,
	notification/StructuredGenerator.java,
	notification/StructuredPullReceiver.java,
	notification/StructuredPushReceiver.java,
	notification/StructuredPushSender.java,
	notification/TestUtils.java, notification/TimeoutTest.java,
	notification/TypedEventMessageTest.java,
	notification/TypedNotificationChannelTest.java: reflect changes in
	src

	* common/TestUtils.java:
	(getTestMethods) replaced Vector with ArrayList

2004-12-08  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* util/LogKitLoggerFactoryTest.java:
	(setUp) fixed compilation error as signature of
	Configuration.getConfiguration has changed (added boolean param).

	* orb/connection/GIOPConnectionTest.java:
	(setUp) fixed compilation error as signature of
	Configuration.getConfiguration has changed (added boolean
	param). also fixed some compiler warnings (unused variables etc.)

2004-08-17  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/engine/MockEventConsumer.java: adapt to changes

2004-08-13  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/NotificationTestCase.java,
	notification/StructuredEventChannelTest.java:
	(createFilter) new method

	* notification/node/TCLTest.java: added new tests: access non
	defined properties in filter strings

2004-08-01  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/AnyPushReceiver.java,
	notification/engine/PushOperationTest.java,
	notification/engine/PushToConsumerTest.java,
	notification/engine/WaitRetryStrategyTest.java,
	notification/evaluate/DynamicEvaluatorTest.java,
	notification/node/TCLTest.java,
	notification/perf/EchoServerImpl.java,
	notification/perf/PerformanceTest.java,
	notification/plugins/BSHFilterTest.java,
	notification/typed/TypedProxyPullConsumerImplTest.java,
	notification/typed/TypedProxyPushConsumerImplTest.java,
	notification/typed/TypedProxyPushSupplierImplTest.java,
	notification/AdminLimitTest.java, notification/AllTest.java,
	notification/AnyGenerator.java, notification/AnyMessageTest.java,
	notification/AnyPullReceiver.java,
	notification/AnyPullSender.java, notification/AnyPushSender.java,
	notification/CallerResolver.java,
	notification/CollectionsWrapperTest.java,
	notification/CosEventChannelTest.java,
	notification/CosEventPushReceiver.java,
	notification/CosEventPushSender.java,
	notification/EventChannelFactoryTest.java,
	notification/EventChannelTest.java,
	notification/FilterImplTest.java, notification/FilterTest.java,
	notification/InterFilterGroupOperatorTest.java,
	notification/MappingFilterTest.java,
	notification/MessageFactoryTest.java,
	notification/MessageUtilsTest.java, notification/MockAdmin.java,
	notification/MockMessage.java,
	notification/NotificationEventTest.java,
	notification/NotificationTestCase.java,
	notification/NotificationTestCaseSetup.java,
	notification/NotificationTestUtils.java,
	notification/OfferManagerTest.java, notification/PackageTest.java,
	notification/PropertyValidatorTest.java,
	notification/QoSTest.java,
	notification/SequenceEventChannelTest.java,
	notification/SequencePullReceiver.java,
	notification/SequencePullSender.java,
	notification/SequencePushReceiver.java,
	notification/SequencePushSender.java,
	notification/StartTimeTest.java, notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/StructuredEventMessageTest.java,
	notification/StructuredGenerator.java,
	notification/StructuredPullReceiver.java,
	notification/StructuredPullSender.java,
	notification/StructuredPushReceiver.java,
	notification/StructuredPushSender.java,
	notification/TestClientOperations.java,
	notification/TestServer.java, notification/TestUtils.java,
	notification/TimeoutTest.java,
	notification/TypedEventMessageTest.java,
	notification/TypedNotificationChannelTest.java: organized
	imports

fixed compiler warning: static method assertEquals
	should be accessed in a static way

2004-07-30  Simon McQueen  <sm@prismtechnologies.com>

	* orb/IIOPAddressServerImpl.java: Fix test to work after Avalon
	configuration changes.

	* orb/AlternateIIOPAddressTest.java,
	orb/AlternateProfileTest.java (suite): Setting retries just makes
	the test take an unnecessary length of time.

2004-07-29  Simon McQueen  <sm@prismtechnologies.com>

	* orb/etf/wiop/WIOPFactories.java: ETF regression was failing
	following Gerald's Configurable work.

	* common/ClientServerSetup.java (setUp): All the client / server
	tests were failing to run on win32. Fixed.

2004-07-19  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/PackageTest.java,
	notification/typed/PackageTest.java: moved TypedEventChannelTest
	from notification package to notification/typed package.

2004-07-02  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* orb/rmi/.cvsignore: ignore FixSunDelegateBug.java

2004-06-29  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/FilterTest.java: access static methods via
	Classname
	new test access non existing field in a filter should return false

	* notification/EventChannelTest.java: access static methods via
	Classname

	* notification/AdminLimitTest.java: clean up

2004-06-28  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/node/TCLTest.java: added test ParserIgnoresWhitespace
	
	(testStringMayContainsSpecialChars) cleaned up test

2004-06-25  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/node/TCLTest.java:
	added a testcase to expose bug reported by Mike Zhao

	when we setup filter, we need to fill ConstraintExp[].constraint_expr,
	but it seems we can't put "*" "=" or "," in the string. For example, if
	we wrote

	ConstraintExp[0].constraint_expr =  "$filter=='noti*server'"

	then the notification will not do the filter at all.

2004-06-21  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/TestUtils.java: class name changed

2004-06-18  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/plugins/BSHFilterTest.java,
	notification/plugins/FilterFactoryTest.java: tests to test new
	custom filter interface

	* notification/AllTest.java,
	notification/EventChannelFactoryTest.java,
	notification/FilterImplTest.java, notification/FilterTest.java,
	notification/MappingFilterTest.java,
	notification/NotificationTestCase.java,
	notification/NotificationTestCaseSetup.java,
	notification/NotificationTestUtils.java,
	notification/OfferManagerTest.java, notification/PackageTest.java,
	notification/TypedNotificationChannelTest.java: reflect changes in
	notification package

2004-06-04  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/AllTest.java: fix bug reported by John Farrell
	news://news.gmane.org:119/200406041629.48096.Farrell_John_W@cat.com
	(active_) wrapped member active_ in synchronized Collectionswrapper

2004-06-03  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/node/TCLTest.java: better test for bug reported by
	John Farrell
	news://news.gmane.org:119/c9li24$2tt$1@sea.gmane.org

2004-06-02  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/node/TCLTest.java: added test to reveal bug
	reported by John Farrell

	quote:
	We are seeing a problem in Jacorb Notification in class EqOperator
	in method evaluate(EvaluationContext), where _left is null so the
	.compareTo(_right) is failing with a NullPointerException (line
	46). I believe this is caused by using an ETCL expression where I
	am saying "x == 3", when "x" is not defined in the event.

2004-05-12  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/CosEventChannelTest.java: whitespace

	* notification/AllTest.java: corrected type in LICENSE

	* notification/AdminLimitTest.java:
	(counter) replaced global member with local variable

	replaced assertTrue with assertEquals

2004-05-11  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/EventChannelTest.java, notification/MockAdmin.java,
	notification/NotificationTestCase.java,
	notification/StructuredEventChannelTest.java,
	notification/TypedEventMessageTest.java,
	notification/typed/README,
	notification/typed/TypedProxyPullConsumerImplTest.java,
	notification/typed/TypedProxyPullSupplierImplTest.java,
	notification/typed/TypedProxyPushConsumerImplTest.java,
	notification/typed/TypedProxyPushSupplierImplTest.java: further
	towards typed channels.

	(EventChannelImpl) split EventChannelImpl into
	AbstractEventChannel and EventChannelImpl so that new
	TypedEventChannelImpl can reuse parts of the implementation

	(*) various fixes so that Unit tests run again

2004-05-09  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/NotificationTestCaseSetup.java: imports

	* notification/NotificationTestCase.java: fix

	* notification/AdminLimitTest.java, notification/AllTest.java,
	notification/AnyGenerator.java, notification/AnyMessageTest.java,
	notification/AnyPullReceiver.java,
	notification/AnyPullSender.java, notification/AnyPushSender.java,
	notification/CollectionsWrapperTest.java,
	notification/CosEventChannelTest.java,
	notification/CosEventPushReceiver.java,
	notification/CosEventPushSender.java,
	notification/EventChannelFactoryTest.java,
	notification/EventChannelTest.java,
	notification/FilterImplTest.java, notification/FilterTest.java,
	notification/InterFilterGroupOperatorTest.java,
	notification/MappingFilterTest.java,
	notification/MessageFactoryTest.java,
	notification/MessageUtilsTest.java, notification/MockMessage.java,
	notification/NotificationEventTest.java,
	notification/NotificationTestCase.java,
	notification/NotificationTestCaseSetup.java,
	notification/NotificationTestUtils.java,
	notification/OfferManagerTest.java, notification/PackageTest.java,
	notification/PropertyValidatorTest.java,
	notification/QoSTest.java,
	notification/SequenceEventChannelTest.java,
	notification/StartTimeTest.java, notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/StructuredEventMessageTest.java,
	notification/TestServer.java, notification/TestUtils.java,
	notification/TimeoutTest.java,
	notification/TypedEventMessageTest.java,
	notification/bugs/MultipleDeliveryBugTest.java,
	notification/engine/PackageTest.java,
	notification/engine/PushOperationTest.java,
	notification/engine/PushToConsumerTest.java,
	notification/engine/ReleaseTasksTest.java,
	notification/engine/WaitRetryStrategyTest.java,
	notification/evaluate/DynamicEvaluatorTest.java,
	notification/node/EvaluationResultTest.java,
	notification/node/PackageTest.java,
	notification/node/TCLTest.java,
	notification/perf/PerformanceTest.java,
	notification/queue/BoundedFifoEventQueueTest.java,
	notification/queue/BoundedPriorityEventQueueTest.java,
	notification/typed/PackageTest.java, notification/typed/README,
	notification/typed/TypedConsumerAdminImplTest.java,
	notification/typed/TypedProxyPullConsumerImplTest.java,
	notification/typed/TypedProxyPullSupplierImplTest.java,
	notification/typed/TypedProxyPushConsumerImplTest.java,
	notification/typed/TypedProxyPushSupplierImplTest.java,
	notification/typed/TypedSupplierAdminImplTest.java,
	notification/util/CachingWildcardMapTest.java,
	notification/util/ObjectPoolTest.java,
	notification/util/ThreadPoolTest.java,
	notification/util/WildcardMapTest.java: added tests for typed
	notification channel

	* notification/AnyMessageTest.java,
	notification/StructuredEventMessageTest.java,
	notification/TypedEventMessageTest.java: New file.

	* notification/AdminLimitTest.java, notification/AllTest.java,
	notification/AnyMessageTest.java, notification/AnyPushSender.java,
	notification/CosEventChannelTest.java,
	notification/FilterTest.java, notification/MockMessage.java,
	notification/NotificationTestCase.java,
	notification/NotificationTestCaseSetup.java,
	notification/NotificationTestUtils.java,
	notification/PackageTest.java,
	notification/PropertyValidatorTest.java,
	notification/SequenceEventChannelTest.java,
	notification/StartTimeTest.java, notification/StopTimeTest.java,
	notification/StructuredEventMessageTest.java,
	notification/TypedEventMessageTest.java,
	notification/engine/PackageTest.java,
	notification/engine/PushOperationTest.java,
	notification/engine/PushToConsumerTest.java,
	notification/engine/ReleaseTasksTest.java,
	notification/engine/WaitRetryStrategyTest.java: tests for
	typednotification channels

	* notification/typed/PackageTest.java, notification/typed/README,
	notification/typed/TypedConsumerAdminImplTest.java,
	notification/typed/TypedProxyPullConsumerImplTest.java,
	notification/typed/TypedProxyPullSupplierImplTest.java,
	notification/typed/TypedProxyPushConsumerImplTest.java,
	notification/typed/TypedProxyPushSupplierImplTest.java,
	notification/typed/TypedSupplierAdminImplTest.java: New file.

	* notification/node/TCLTest.java,
	notification/typed/PackageTest.java, notification/typed/README,
	notification/typed/TypedConsumerAdminImplTest.java,
	notification/typed/TypedProxyPullConsumerImplTest.java,
	notification/typed/TypedProxyPullSupplierImplTest.java,
	notification/typed/TypedProxyPushConsumerImplTest.java,
	notification/typed/TypedProxyPushSupplierImplTest.java,
	notification/typed/TypedSupplierAdminImplTest.java: tests for
	typednotification channels

2004-05-09  Francisco Revervel  <reverbel@ime.usp.br>

	* common/ClientServerSetup.java: Trailing '"' removed from
	serverexec command line.

2004-05-07  Gerald Brose  <gerald.brose@acm.org>

	* common/ClientServerSetup.java: remove Windows call

2004-05-05  Gerald Brose  <gerald.brose@acm.org>

	* orb/connection/GIOPConnectionTest.java,
	util/LogKitLoggerFactoryTest.java: changed for new factory pattern
	in org/jacorb/config/Configuration.java

2004-05-01  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/QoSTest.java, notification/StopTimeTest.java,
	notification/engine/ReleaseTasksTest.java: removed unused imports

2004-04-28  Alphonse Bendt  <alphonse.bendt@it-fws.de>

	* notification/node/PackageTest.java: *** empty log message ***

	* notification/node/PackageTest.java: cleanup

2004-04-28  Gerald Brose  <gerald.brose@acm.org>

	* AllTest.java, common/ClientServerSetup.java,
	common/TestServer.java, notification/AdminLimitTest.java,
	notification/AllTest.java, notification/AnyGenerator.java,
	notification/AnyPullReceiver.java,
	notification/AnyPullSender.java,
	notification/AnyPushReceiver.java,
	notification/AnyPushSender.java,
	notification/ApplicationContextTest.java,
	notification/CollectionsWrapperTest.java,
	notification/CosEventChannelTest.java,
	notification/CosEventPushReceiver.java,
	notification/CosEventPushSender.java,
	notification/EventChannelFactoryTest.java,
	notification/EventChannelTest.java,
	notification/FilterImplTest.java, notification/FilterTest.java,
	notification/InterFilterGroupOperatorTest.java,
	notification/MappingFilterTest.java,
	notification/MessageFactoryTest.java,
	notification/MessageUtilsTest.java, notification/MockMessage.java,
	notification/NotificationEventTest.java,
	notification/NotificationTestCase.java,
	notification/NotificationTestCaseSetup.java,
	notification/NotificationTestUtils.java,
	notification/OfferManagerTest.java, notification/PackageTest.java,
	notification/PropertyValidatorTest.java,
	notification/QoSTest.java,
	notification/SequenceEventChannelTest.java,
	notification/SequencePullReceiver.java,
	notification/SequencePushReceiver.java,
	notification/SequencePushSender.java,
	notification/StartTimeTest.java, notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/StructuredPullReceiver.java,
	notification/StructuredPushReceiver.java,
	notification/StructuredPushSender.java,
	notification/TestServer.java, notification/TestUtils.java,
	notification/TimeoutTest.java,
	notification/bugs/MultipleDeliveryBugTest.java,
	notification/engine/MockEventConsumer.java,
	notification/engine/PushToConsumerTest.java,
	notification/engine/ReleaseTasksTest.java,
	notification/engine/WaitRetryStrategyTest.java,
	notification/evaluate/DynamicEvaluatorTest.java,
	notification/node/EvaluationResultTest.java,
	notification/node/TCLTest.java,
	notification/perf/PerformanceTest.java,
	notification/queue/BoundedFifoEventQueueTest.java,
	notification/queue/BoundedPriorityEventQueueTest.java,
	notification/util/CachingWildcardMapTest.java,
	notification/util/ObjectPoolTest.java,
	notification/util/ThreadPoolTest.java,
	notification/util/WildcardMapTest.java,
	notification/util/regexp/AbstractPatternWrapperTest.java,
	notification/util/regexp/GNUPatternWrapperTest.java,
	notification/util/regexp/JDK14PatternWrapperTest.java,
	notification/util/regexp/JakartaRegexpPatternWrapperTest.java,
	notification/util/regexp/README, orb/AllTest.java,
	orb/CDRIOTest.java, orb/IIOPAddressServerImpl.java,
	orb/connection/GIOPConnectionTest.java, orb/etf/AllTest.java,
	orb/etf/wiop/WIOPFactories.java, poa/AllTest.java,
	poa/QueueNoWaitTest.java, poa/QueueWaitTest.java,
	util/LogKitLoggerFactoryTest.java: Joined in changes from the
	CONFIG_FEATURE branch.

2004-04-28  Gerald Brose  <gerald.brose@acm.org>

	* orb/etf/AllTest.java: added @version tag

	* poa/QueueWaitTest.java, poa/QueueNoWaitTest.java, poa/AllTest.java:
	reformatting only

	* orb/etf/wiop/WIOPFactories.java: some more changes for
	configuration usage

	* AllTest.java: commented out naming and util tests, which won't
	run yet

2004-04-14  Phil Mesnier  <mesnier_p@ociweb.com>

	* common/ClientServerSetup.java, common/TestServer.java,
	orb/IIOPAddressServerImpl.java,
	orb/connection/GIOPConnectionTest.java,
	orb/etf/wiop/WIOPFactories.java,
	util/LogKitLoggerFactoryTest.java: Incremental fix to work with
	new configuration framework

	* orb/AllTest.java, orb/CDRIOTest.java: Fix for non_existant test
	and improved CDR performance

	* orb/CDRIOTest.java: New file.

2004-04-08  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/FilterTest.java,
	notification/NotificationTestCase.java,
	notification/bugs/MultipleDeliveryBugTest.java,
	notification/engine/PushToConsumerTest.java,
	notification/engine/ReleaseTasksTest.java,
	notification/engine/WaitRetryStrategyTest.java,
	notification/evaluate/DynamicEvaluatorTest.java,
	notification/node/TCLTest.java,
	notification/perf/PerformanceTest.java,
	notification/queue/BoundedFifoEventQueueTest.java,
	notification/queue/BoundedPriorityEventQueueTest.java,
	notification/util/CachingWildcardMapTest.java,
	notification/util/ObjectPoolTest.java,
	notification/util/WildcardMapTest.java: cleaned up testcode

	* notification/AdminLimitTest.java,
	notification/PropertyValidatorTest.java: removed static method
	'initStatics' from AdminPropertySet and QoSPropertySet

	* notification/OfferManagerTest.java,
	notification/NotificationTestCase.java,
	notification/AdminLimitTest.java, notification/AnyGenerator.java,
	notification/ApplicationContextTest.java,
	notification/CollectionsWrapperTest.java,
	notification/CosEventChannelTest.java,
	notification/EventChannelFactoryTest.java,
	notification/EventChannelTest.java,
	notification/FilterImplTest.java, notification/FilterTest.java,
	notification/InterFilterGroupOperatorTest.java,
	notification/MappingFilterTest.java,
	notification/MessageFactoryTest.java,
	notification/MessageUtilsTest.java,
	notification/NotificationEventTest.java,
	notification/PackageTest.java,
	notification/PropertyValidatorTest.java,
	notification/QoSTest.java,
	notification/SequenceEventChannelTest.java,
	notification/StartTimeTest.java, notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/TimeoutTest.java: more cleanup

2004-04-07  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/AdminLimitTest.java, notification/AllTest.java,
	notification/AnyPullReceiver.java,
	notification/AnyPullSender.java,
	notification/AnyPushReceiver.java,
	notification/AnyPushSender.java,
	notification/CosEventChannelTest.java,
	notification/CosEventPushReceiver.java,
	notification/CosEventPushSender.java,
	notification/EventChannelTest.java,
	notification/FilterImplTest.java, notification/FilterTest.java,
	notification/InterFilterGroupOperatorTest.java,
	notification/MappingFilterTest.java,
	notification/MessageFactoryTest.java,
	notification/MessageUtilsTest.java, notification/MockMessage.java,
	notification/NotificationEventTest.java,
	notification/NotificationTestCase.java,
	notification/NotificationTestCaseSetup.java,
	notification/NotificationTestUtils.java,
	notification/OfferManagerTest.java,
	notification/SequenceEventChannelTest.java,
	notification/SequencePullReceiver.java,
	notification/SequencePushReceiver.java,
	notification/SequencePushSender.java,
	notification/StartTimeTest.java, notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/StructuredPullReceiver.java,
	notification/StructuredPushReceiver.java,
	notification/StructuredPushSender.java,
	notification/TestServer.java, notification/TestUtils.java,
	notification/TimeoutTest.java,
	notification/bugs/MultipleDeliveryBugTest.java,
	notification/engine/MockEventConsumer.java,
	notification/engine/PushToConsumerTest.java,
	notification/engine/ReleaseTasksTest.java,
	notification/evaluate/DynamicEvaluatorTest.java,
	notification/node/EvaluationResultTest.java,
	notification/node/TCLTest.java,
	notification/queue/BoundedFifoEventQueueTest.java,
	notification/queue/BoundedPriorityEventQueueTest.java,
	notification/util/ThreadPoolTest.java,
	notification/util/WildcardMapTest.java: moved to new Configuration
	fixed testcases code cleanup

2004-03-18  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/AdminLimitTest.java: removed import

	* util/LogKitLoggerFactoryTest.java: added testcase to see if
	trailing space is removed from properties.  this problem only
	occured on my FreeBSD box with jdk1.3.  no problem on linux
	jdk1.4.1.

2004-03-17  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/AdminLimitTest.java,
	notification/CallerResolver.java,
	notification/EventChannelTest.java,
	notification/MessageFactoryTest.java, notification/MockAdmin.java,
	notification/MockMessage.java,
	notification/SequenceEventChannelTest.java,
	notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/TimeoutTest.java,
	notification/engine/MockEventConsumer.java,
	notification/engine/PackageTest.java,
	notification/engine/PushOperationTest.java,
	notification/engine/PushToConsumerTest.java,
	notification/engine/ReleaseTasksTest.java,
	notification/engine/WaitRetryStrategyTest.java: reflect changed in
	notification package

	added tests

2004-03-03  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* orb/value/ValueServerImpl.java, orb/value/ValueTest.java:
	added test to reveal bug430

	* notification/AdminLimitTest.java,
	notification/PropertyValidatorTest.java,
	notification/engine/MockEventConsumer.java,
	notification/engine/PushToConsumerTest.java: reflect the changes
	in notification package

2004-02-27  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/StructuredEventChannelTest.java,
	notification/NotificationTestCase.java: whitespace

2004-02-25  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/PackageTest.java: (suite) added testcase

	* notification/FilterTest.java: match on empty filter should
	return false

	* notification/MappingFilterTest.java: code cleanup

	* notification/util/WildcardMapTest.java: added test

	* notification/FilterTest.java: added testcase to reveal bug
	reported by John Farrell
	(news://news.gmane.org:119/200402251020.28515.Farrell_John_W@cat.com)

2004-02-24  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/FilterTest.java: added testcase to reveal bug
	reported by John Farrell
	news://news.gmane.org:119/200402241510.49869.Farrell_John_W@cat.com

	* notification/FilterImplTest.java: whitespace

2004-02-20  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/engine/MockEventConsumer.java,
	notification/engine/PushToConsumerTest.java: reflect changes in
	notificaiton package

	cleanup

2004-02-19  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/bugs/MultipleDeliveryBugTest.java: cleaned up code

	* notification/TestUtils.java: whitespace

	removed superfluous code

	* notification/AnyPushSender.java: whitespace

	* notification/AnyPushReceiver.java:
	(shutdown) did not call Admin.destroy()

	whitespace

	cleanup

	* notification/FilterImplTest.java:
	(testIteratorBug) added testcase to reveal bug
	        (news://news.gmane.org:119/200402191446.17527.Farrell_John_W@cat.com)

	(testIteratorThrowsException) added testcase

2004-02-14  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/EventChannelFactoryTest.java: whitespace

	code cleanup

	* notification/perf/PerformanceTest.java: fixed compilation error

2004-02-13  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/CosEventChannelTest.java,
	notification/InterFilterGroupOperatorTest.java,
	notification/MockMessage.java,
	notification/SequenceEventChannelTest.java,
	notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/TimeoutTest.java,
	notification/engine/ReleaseTasksTest.java: fixed compilation
	errors

	* notification/engine/PushToConsumerTest.java: new
	testcase. proxysupplier pushes an event to an consumer and the
	consumer throws Notconnected. the consumer should be disconnected

	* notification/engine/MockEventConsumer.java: reflect changes in
	notification package

2004-02-11  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/PackageTest.java: whitespace

2004-02-10  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/AnyPullReceiver.java,
	notification/AnyPullSender.java,
	notification/AnyPushReceiver.java,
	notification/AnyPushSender.java,
	notification/CosEventPullReceiver.java,
	notification/CosEventPullSender.java,
	notification/CosEventPushReceiver.java,
	notification/CosEventPushSender.java,
	notification/EventChannelTest.java,
	notification/NotificationTestCase.java,
	notification/NotificationTestCaseSetup.java,
	notification/SequencePullReceiver.java,
	notification/SequencePullSender.java,
	notification/SequencePushReceiver.java,
	notification/SequencePushSender.java,
	notification/StructuredPullReceiver.java,
	notification/StructuredPullSender.java,
	notification/StructuredPushReceiver.java,
	notification/StructuredPushSender.java: cleaned up a bit

2004-02-09  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/AnyPullReceiver.java,
	notification/AnyPullSender.java,
	notification/AnyPushReceiver.java,
	notification/AnyPushSender.java,
	notification/CosEventChannelTest.java,
	notification/CosEventPullReceiver.java,
	notification/CosEventPullSender.java,
	notification/CosEventPushReceiver.java,
	notification/CosEventPushSender.java,
	notification/EventChannelTest.java,
	notification/InterFilterGroupOperatorTest.java,
	notification/OfferManagerTest.java, notification/PackageTest.java,
	notification/QoSTest.java,
	notification/SequenceEventChannelTest.java,
	notification/SequencePullReceiver.java,
	notification/SequencePullSender.java,
	notification/SequencePushReceiver.java,
	notification/SequencePushSender.java,
	notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/StructuredPullReceiver.java,
	notification/StructuredPullSender.java,
	notification/StructuredPushReceiver.java,
	notification/StructuredPushSender.java,
	notification/TestClientOperations.java,
	notification/TimeoutTest.java,
	notification/bugs/MultipleDeliveryBugTest.java,
	notification/engine/ReleaseTasksTest.java,
	notification/perf/PerformanceTest.java: testcases for new
	functionality (operations offer_change subscription_change and
	related classes)

	some cleanup of testcode

2004-02-08  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/PackageTest.java, notification/StartTimeTest.java,
	notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java: reflect changes in
	notification package

	* notification/MessageFactoryTest.java,
	notification/NotificationEventFactoryTest.java: renamed
	NotificationEventFactoryTest to MessageFactoryTest

2004-01-29  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/AdminLimitTest.java,
	notification/AnyPullReceiver.java,
	notification/AnyPullSender.java,
	notification/AnyPushReceiver.java,
	notification/AnyPushSender.java,
	notification/CollectionsWrapperTest.java,
	notification/CosEventChannelTest.java,
	notification/CosEventPullReceiver.java,
	notification/CosEventPullSender.java,
	notification/CosEventPushReceiver.java,
	notification/CosEventPushSender.java,
	notification/EventChannelTest.java,
	notification/InterFilterGroupOperatorTest.java,
	notification/NotificationTestCase.java,
	notification/NotificationTestCaseSetup.java,
	notification/PropertyValidatorTest.java,
	notification/QoSTest.java,
	notification/SequenceEventChannelTest.java,
	notification/SequencePullReceiver.java,
	notification/SequencePullSender.java,
	notification/SequencePushReceiver.java,
	notification/SequencePushSender.java,
	notification/StartTimeTest.java, notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/StructuredPullReceiver.java,
	notification/StructuredPullSender.java,
	notification/StructuredPushReceiver.java,
	notification/StructuredPushSender.java,
	notification/TimeoutTest.java,
	notification/bugs/MultipleDeliveryBugTest.java,
	notification/engine/ReleaseTasksTest.java,
	notification/perf/PerformanceTest.java,
	notification/util/WildcardMapTest.java: reflect changes in
	notification package

2004-01-26  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* AllTest.java, util/AllTest.java,
	util/LogKitLoggerFactoryTest.java: added a test for
	LogKitLoggerFactory

2004-01-23  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/TestUtils.java: fixed wrong import

	* notification/engine/PushToConsumerTest.java,
	notification/engine/ReleaseTasksTest.java,
	notification/evaluate/DynamicEvaluatorTest.java,
	notification/node/EvaluationResultTest.java,
	notification/node/TCLTest.java, notification/AdminLimitTest.java,
	notification/AllTest.java, notification/FilterImplTest.java,
	notification/MessageUtilsTest.java, notification/MockMessage.java,
	notification/NotificationEventFactoryTest.java,
	notification/NotificationEventTest.java,
	notification/NotificationTestCaseSetup.java,
	notification/NotificationTestUtils.java,
	notification/StartTimeTest.java, notification/StopTimeTest.java,
	notification/TestClientOperations.java,
	notification/TestUtils.java, notification/TimeoutTest.java:
	reflect changes in notification package

2004-01-17  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/FilterImplTest.java: *** empty log message ***

2004-01-16  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/AdminLimitTest.java, notification/AllTest.java,
	notification/FilterImplTest.java,
	notification/InterFilterGroupOperatorTest.java,
	notification/MessageUtilsTest.java,
	notification/NotificationEventTest.java,
	notification/NotificationTestUtils.java,
	notification/StartTimeTest.java, notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/TestUtils.java,
	notification/engine/MockEventConsumer.java,
	notification/engine/PushToConsumerTest.java,
	notification/engine/ReleaseTasksTest.java,
	notification/node/TCLTest.java,
	notification/util/ObjectPoolTest.java,
	notification/util/ThreadPoolTest.java:
	(*) reflect changes in packages org.jacorb.notification.*

2004-01-16  Nick Cross  <nick.cross@prismtechnologies.com>

	* idl/FloatTest.java: Fix filename

2004-01-14  Nick Cross  <nick.cross@prismtechnologies.com>

	* poa/AllTest.java, poa/POAActivateTest.java: Add some poa tests

2004-01-03  Andre Spiegel  <spiegel@gnu.org>

	* common/ClientServerSetup.java (setUp): Revert previous change,
	now calling Environment.init(), which was made public for this
	purpose.

2003-12-23  Francisco Revervel  <reverbel@ime.usp.br>

	* common/ClientServerSetup.java: Removed call to method
	org.jacorb.util.Environment._init(), which does not exist
	anymore. (Environment._init() was recently replaced by the private
	method Environment.init(), called by a static initializer block in
	class Environment.)

2003-12-19  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/bugs/MultipleDeliveryBugTest.java (suite):
	corrected reference to non existent class

2003-12-16  Andre Spiegel  <spiegel@gnu.org>

	* orb/AllTest.java (suite): Add AlternateProfileTest.

	* orb/AlternateIIOPAddressTest.java, orb/IIOPAddressInterceptor.java:
	Add javadoc.

	* orb/AlternateProfileTest.java, orb/IIOPProfileInterceptor.java,
	orb/IIOPProfileORBInitializer.java: Initial revision.

2003-11-26  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/AllTest.java,
	notification/bugs/MultipleDeliveryBugTest.java,
	notification/bugs/PackageTest.java: added testcase

	* notification/AdminLimitTest.java:
	changed member variable to local variable

	cosmetics

	* notification/AnyPushReceiver.java: cosmetics

	* notification/FilterImplTest.java: removed unused members

	cosmetics

	* notification/QoSTest.java: cosmetics

	* notification/StructuredPushReceiver.java: added log statement
	cosmetics

	* notification/StructuredPushSender.java: added log statement

	* notification/TestServer.java: cosmetics

	* notification/util/ObjectPoolTest.java,
	notification/util/PackageTest.java: added new testcase

	* notification/queue/BoundedFifoEventQueueTest.java: cosmetics

2003-11-21  Francisco Revervel  <reverbel@ime.usp.br>

	* orb/rmi/FixSunDelegateBug.java.14: Removed superfluous code (a
	static field and a constructor).

2003-11-11  Andre Spiegel  <spiegel@gnu.org>

	* orb/value/ValueTest.java (test_pass_equal_boxed_long,
	test_pass_equal_boxed_string): New test cases to show whether
	equal values are indeed not shared (related to bug 387).
	(suite): Add them.

	* bugs/bug387/TestCase.java (test_pass_shared,
	test_pass_unshared): New test cases.
	(test_pass_null, test_pass_value): Adapt to TestStruct change.

	* bugs/bug387/TestInterfaceImpl.java (test_pass_shared): New
	method, reflecting IDL change.
	(test_return_null, test_return_value): Adapt to new TestStruct
	constructor.

2003-11-05  Francisco Revervel  <reverbel@ime.usp.br>

	* orb/rmi/RMITest.java, orb/rmi/RMITestImpl.java,
	orb/rmi/RMITestInterface.java: Added test cases for bug #404.
	These test cases were provided by Mike
	Corum (m.e.corum@monsanto.com).

2003-11-03  Andre Spiegel  <spiegel@gnu.org>

	* orb/connection/ServerConnectionTimeoutTest.java (suite): Use new
	property name jacorb.connection.server.timeout.

2003-11-03  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/AllTest.java, notification/AnyPullReceiver.java,
	notification/AnyPullSender.java,
	notification/AnyPushReceiver.java,
	notification/AnyPushSender.java,
	notification/CosEventChannelTest.java,
	notification/CosEventPushReceiver.java,
	notification/CosEventPushSender.java,
	notification/EventChannelTest.java, notification/FilterTest.java,
	notification/InterFilterGroupOperatorTest.java,
	notification/NotificationEventTest.java,
	notification/NotificationTestCaseSetup.java,
	notification/NotificationTestUtils.java,
	notification/SequenceEventChannelTest.java,
	notification/SequencePullReceiver.java,
	notification/SequencePushReceiver.java,
	notification/SequencePushSender.java,
	notification/StartTimeTest.java, notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/StructuredPullReceiver.java,
	notification/StructuredPushReceiver.java,
	notification/StructuredPushSender.java,
	notification/TestServer.java, notification/TestUtils.java,
	notification/TimeoutTest.java,
	notification/engine/MockEventConsumer.java,
	notification/engine/PushToConsumerTest.java,
	notification/engine/ReleaseTasksTest.java,
	notification/queue/BoundedFifoEventQueueTest.java,
	notification/queue/BoundedPriorityEventQueueTest.java,
	notification/util/WildcardMapTest.java: adapted new logging
	mechanism

2003-10-30  Gerald Brose  <gerald.brose@acm.org>

	Version 2.0 beta 3 released.
	
2003-10-30  Nick Cross  <nick.cross@prismtechnologies.com>

	* bugs/bug384/AImpl.java, bugs/bug384/BImpl.java,
	bugs/bug384/TestCase.java, bugs/bug384/TestObject.java,
	bugs/bug384/TestObjectHelper.java,
	bugs/bug384/TestObjectHolder.java,
	bugs/bug384/TestObjectImpl.java,
	bugs/bug384/TestObjectOperations.java,
	bugs/bug384/TestObjectPOA.java, bugs/bug384/_TestObjectStub.java,
	bugs/bug384/test.idl: Bug #384 - retrieve the local stub for the
	object in question instead. Added to the regression tests.

2003-10-29  Andre Spiegel  <spiegel@gnu.org>

	* bugs/AllTest.java (suite): Add bug 401.

	* bugs/bug401/AnyServant.java, bugs/bug401/TestCase.java:
	Initial revision.

2003-10-28  Nick Cross  <nick.cross@prismtechnologies.com>

	* orb/AllTest.java, orb/ORBInitTest.java: RT1200 ORBInitRef error
	checking

	* bugs/bug344/TestCase.java, poa/AllTest.java,
	poa/ByteArrayKeyTest.java: RT1045 Tests for activate and
	bytearraykey

2003-10-28  Andre Spiegel  <spiegel@gnu.org>

	* orb/AllTest.java (suite): Add valuetype tests.

	* orb/value/NodeImpl.java, orb/value/RecordImpl.java,
	orb/value/ValueServerImpl.java, orb/value/ValueTest.java: Initial
	revision.

2003-10-27  Andre Spiegel  <spiegel@gnu.org>

	* bugs/bug228/TestCase.java: Improve top-level javadoc.

	* bugs/bug272/TestCase.java, bugs/bug351/TestCase.java: Add
	purpose to top-level Javadoc comment.

	* orb/etf/wiop/WIOPFactories.java (decode_corbaloc): New method,
	throws NO_IMPLEMENT.

2003-10-16  Steve Osselton  <steve@prismtechnologies.com>

	* orb/connection/ClientConnectionTimeoutTest.java: Fix for bug
	#396, inconsistent property names

2003-10-10  Andre Spiegel  <spiegel@gnu.org>

	* bugs/AllTest.java (suite): Add bug 387.

	* bugs/bug384/TestCase.java (suite): Remove comma in test
	description, it chokes Eclipse.

	* bugs/bug387/TestCase.java, bugs/bug387/TestInterfaceImpl.java:
	Initial revision.

2003-10-05  Gerald Brose  <gerald.brose@acm.org>

	* bugs/AllTest.java:
	(suite) added call to add bug384 test suite to this suite.

	* bugs/bug384/TestCase.java: (teardown) added

2003-10-04  Gerald Brose  <gerald.brose@acm.org>

	* bugs/bug384/TestCase.java, bugs/bug384/TestObject.java,
	bugs/bug384/TestObjectHelper.java,
	bugs/bug384/TestObjectHolder.java,
	bugs/bug384/TestObjectImpl.java,
	bugs/bug384/TestObjectOperations.java,
	bugs/bug384/TestObjectPOA.java, bugs/bug384/_TestObjectStub.java,
	bugs/bug384/test.idl: *** empty log message ***

2003-09-23  Andre Spiegel  <spiegel@gnu.org>

	* orb/policies/TimingTest.java (suite): Disable test cases where
	RequestEndTime is supposed to expire during invocation -- we can't
	possibly achieve that with millisecond precision.

2003-09-16  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/QoSTest.java: (suite) added testCases to suite

2003-09-12  Gerald Brose  <gerald.brose@acm.org>

	* Version 2.0 beta 2 released.

2003-09-12  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/node/TCLTest.java: adapted changes within
	Notification Implementation

	* notification/engine/PushToConsumerTest.java: test respects
	settings from jacorb.properties

	* notification/MessageUtilsTest.java,
	notification/NotificationEventTest.java: adapted changes within
	Notification Implementation

2003-09-09  Gerald Brose  <gerald.brose@acm.org>

	* idl/MiscFailureTest.java: added

2003-09-08  Gerald Brose  <gerald.brose@acm.org>

	* idl/FloatTest.java, idl/CharTest.java, idl/InterfaceTest.java,
	idl/LongTest.java, idl/MiscTest.java, idl/ModuleTest.java,
	idl/PackageTest.java, idl/PragmaTest.java, idl/TypeDefTest.java,
	idl/UnionTest.java, idl/ValueTest.java: *** empty log message ***

2003-09-05  Gerald Brose  <gerald.brose@acm.org>

	* idl/MiscTest.java: *** empty log message ***

2003-09-03  Gerald Brose  <gerald.brose@acm.org>

	* idl/CharTest.java, idl/InterfaceTest.java, idl/LongTest.java,
	idl/MiscTest.java, idl/ModuleTest.java, idl/PragmaTest.java,
	idl/TypeDefTest.java, idl/UnionTest.java, idl/ValueTest.java:
	changed compiler invocation to parser.compileAndHandle()

2003-09-02  Gerald Brose  <gerald.brose@acm.org>

	* Version 2.0 beta 1 released.

2003-08-31  Andre Spiegel  <spiegel@gnu.org>

	* bugs/AllTest.java (suite): Add bug228.

	* bugs/bug351/TestCase.java, bugs/bug344/TestCase.java (suite):
	Make suite name uniform to the other bug tests.

	* bugs/bug228/TestCase.java: Add comment.

	* bugs/bug228/SampleDefaultFactory.java,
	bugs/bug228/SampleIm.java, bugs/bug228/TestCase.java: Initial
	revision.

2003-08-28  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/engine/PushToConsumerTest.java: corrected typo

	* notification/perf/EchoServerImpl.java,
	notification/perf/PerformanceLogger.java,
	notification/perf/PerformanceTest.java: moved from old test dir

	* notification/engine/MockEventConsumer.java,
	notification/engine/PushToConsumerTest.java: extracted
	MockEventConsumer to file

	* notification/PackageTest.java,
	notification/PropertyValidatorTest.java: added testcase for class
	PropertyValidator

2003-08-27  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/AdminLimitTest.java,
	notification/EventChannelFactoryTest.java,
	notification/FilterImplTest.java, notification/FilterTest.java,
	notification/InterFilterGroupOperatorTest.java,
	notification/MessageUtilsTest.java,
	notification/NotificationEventFactoryTest.java,
	notification/NotificationEventTest.java,
	notification/NotificationTestCase.java,
	notification/NotificationTestCaseSetup.java,
	notification/StartTimeTest.java:
	(tearDown) added calls to super.tearDown()

2003-08-26  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/engine/ReleaseTasksTest.java:
	(testAllTasksAreReleased) added Thread.sleep(1000) to allow the
	Notification Channel to deliver the Messages

2003-08-25  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/AdminLimitTest.java, notification/AllTest.java,
	notification/EventChannelFactoryTest.java,
	notification/FilterTest.java, notification/MappingFilterTest.java,
	notification/MessageUtilsTest.java, notification/MockMessage.java,
	notification/NotificationEventFactoryTest.java,
	notification/NotificationEventTest.java,
	notification/NotificationEventUtilsTest.java,
	notification/NotificationTestCase.java,
	notification/NotificationTestCaseSetup.java,
	notification/NotificationTestUtils.java,
	notification/PackageTest.java, notification/QoSTest.java,
	notification/SequenceEventChannelTest.java,
	notification/SequencePullSender.java,
	notification/StartTimeTest.java, notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/StructuredPullReceiver.java,
	notification/StructuredPullSender.java,
	notification/StructuredPushReceiver.java,
	notification/StructuredPushSender.java,
	notification/TestUtils.java, notification/TimeoutTest.java,
	notification/engine/PackageTest.java,
	notification/engine/PushToConsumerTest.java,
	notification/engine/ReleaseTasksTest.java,
	notification/evaluate/DynamicEvaluatorTest.java,
	notification/evaluate/PackageTest.java,
	notification/evaluate/TestDynamicEvaluator.java,
	notification/node/PackageTest.java,
	notification/node/TCLTest.java,
	notification/queue/BoundedFifoEventQueueTest.java,
	notification/queue/BoundedPriorityEventQueueTest.java,
	notification/queue/PackageTest.java,
	notification/util/CachingWildcardMapTest.java,
	notification/util/PackageTest.java,
	notification/util/ThreadPoolTest.java,
	notification/util/WildcardMapTest.java: too many changes to check
	in the single files.

	removed tabs from all files.

	reformated sources according to Coding Style.

	renamed all abstract classes according to name schema
	Abstract<ClassName>.

	renamed  NotificationEvent to Message.

	added QoS: DiscardPolicy and OrderPolicy.

	added Testcases to test the QoS support classes.

2003-08-20  Francisco Revervel  <reverbel@ime.usp.br>

	* common/ClientServerSetup.java:
	Server called with jaco (Xbootclasspath) again.

2003-08-17  Andre Spiegel  <spiegel@gnu.org>

	* poa/AllTest.java (suite): Add QueueNoWaitTest and QueueWaitTest.

	* poa/QueueNoWaitTest.java, poa/QueueWaitTest.java: Initial revision.

	* poa/Deactivate.java (suite): Change title.

	* common/StreamListener.java (run): Exit on any exception.

	* orb/connection/BiDirTest.java (c'tor): Use the giop package in
	the ORB rather than connection.

2003-08-15  Andre Spiegel  <spiegel@gnu.org>

	* orb/connection/GIOPConnectionTest.java, orb/etf/WIOPSelector.java:
	Use org.jacorb.orb.giop rather than org.jacorb.orb.connection.

2003-08-15  Nick Cross  <nick.cross@prismtechnologies.com>

	* bugs/AllTest.java, bugs/bug344/TestCase.java: Fix for
	Jac344/RT964 POA activate/deactivate object (AOM plus test)

2003-08-13  Andre Spiegel  <spiegel@gnu.org>

	* bugs/AllTest.java (suite): Add bug 272.

	* bugs/bug272/TestCase.java: Initial revision.

	* orb/MiscTest.java: Moved to bugs.bug272.

	* orb/AllTest.java (suite): Remove MiscTest, this is now in
	bugs.bug272.

	* AllTest.java (suite): Add bugs.AllTest.

	* bugs/AllTest.java, bugs/bug351/RetrievalResultImpl.java,
	bugs/bug351/TestCase.java, bugs/bug351/ValueServerImpl.java:
	Initial revision.

2003-08-11  Andre Spiegel  <spiegel@gnu.org>

	* orb/rmi/AllTest.java (suite): Fix name.

	* orb/AllTest.java (suite): Hook the ETF tests into the general
	sequence.

	* orb/etf/AllTest.java (suite): Seven new test cases.

	* orb/etf/C_WIOP_S_WIOP.java (setUp): Reset
	WIOPFactories.transportInUse.
	(tearDown): Overridden to do the same.
	(suite): Change name, it must not contain colons and/or commas.
	Otherwise, Eclipse just won't see the tests happening.

	* orb/etf/C_IIOP_S_WIOP.java,
	orb/etf/C_IIOP_WIOP_S_IIOP_WIOP.java,
	orb/etf/C_IIOP_WIOP_S_WIOP_IIOP.java,
	orb/etf/C_WIOP_IIOP_S_WIOP_IIOP.java,
	orb/etf/C_WIOP_S_IIOP_WIOP.java, orb/etf/ProfileSelectorTest.java,
	orb/etf/README, orb/etf/ServerListenerTest.java,
	orb/etf/WIOPSelector.java: Initial revision.

	* orb/etf/wiop/WIOPFactories.java: Add comment.

	* common/StreamListener.java (c'tor): Make it a daemon.
	(run): Exit on IOException.

	* common/ClientServerSetup.java (setUp): Reset client Environment.

2003-08-08  Andre Spiegel  <spiegel@gnu.org>

	* orb/connection/BiDirServerImpl.java (main):
	Write the server IOR to standard output again,
	not to a file.

	* common/ClientServerSetup.java (errListener, outListener): New fields.
	(setUp): Use them to grab the server's IOR, and show its
	output.
	(tearDown): Don't attempt to read server's output, we're
	doing that on the fly now.

	* common/TestServer.java (main):
	Write the server IOR to standard output again,
	not to a file.

	* common/StreamListener.java: Initial revision.

2003-08-03  Andre Spiegel  <spiegel@gnu.org>

	* ChangeLog: Initial revision.

2003-08-02  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* orb/etf/C_WIOP_S_WIOP.java: changed non-qualified import to
	full-qualified import

	This fixes some build problems which only seem to be related to
	jikes (v 1.15).

	* notification/AllTest.java: *** empty log message ***

	* notification/AllTest.java, notification/AnyGenerator.java,
	notification/AnyPushReceiver.java,
	notification/AnyPushSender.java,
	notification/CollectionsWrapperTest.java,
	notification/CosEventChannelTest.java,
	notification/EventChannelFactoryTest.java,
	notification/EventChannelTest.java,
	notification/FilterImplTest.java, notification/FilterTest.java,
	notification/MappingFilterTest.java,
	notification/NotificationEventFactoryTest.java,
	notification/NotificationEventTest.java,
	notification/NotificationTestCase.java,
	notification/PackageTest.java,
	notification/SequenceEventChannelTest.java,
	notification/StartTimeTest.java, notification/StopTimeTest.java,
	notification/StructuredEventChannelTest.java,
	notification/StructuredGenerator.java,
	notification/StructuredPushReceiver.java,
	notification/StructuredPushSender.java,
	notification/TestServer.java, notification/TimeoutTest.java,
	notification/node/TCLTest.java: 
	- added testcases for StartTime, StopTime, Timeout 
	- code cleanup

2003-07-28  Nick Cross  <nick.cross@prismtechnologies.com>

	* idl/MiscTest.java: Add three more idl tests

	* common/TestServer.java: Change to use debug

2003-07-26  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* common/CallbackTestCase.java, orb/CallbackTest.java, orb/policies/TimingTest.java:
	i was unable to compile the code with the jikes (v1.15) compiler:

	Caution: Ambiguous reference to member named "assertEquals" inherited
	from type "org/jacorb/test/common/CallbackTestCase$ReplyHandler" but
	also declared or inherited in the enclosing type
	"org/jacorb/test/orb/CallbackTest". Explicit qualification is
	required.

	the following changes were applied to allow compilation with jikes:

	- prefixed the calls to 'assertEquals' and 'fails' with 'this'.

	- added a protected Constructor for CallbackTestCase.ReplyHandler.

2003-07-20  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/NotificationTestCaseSetup.java,
	notification/node/TCLTest.java,
	notification/util/WildcardMapTest.java: * proper ORB setup

	* notification/AllTest.java, notification/FilterTest.java,
	notification/NotificationEventTest.java,
	notification/NotificationTestCase.java,
	notification/node/TCLTest.java,
	notification/util/CachingWildcardMapTest.java,
	notification/util/WildcardMapTest.java: added logconfiguration by
	setting properties in jacorb_properties the logging can be
	configured in a basic way

2003-07-18  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/EventChannelFactoryTest.java,
	notification/NotificationTestCaseSetup.java: * replaced new
	EventChannelFactoryImpl() with
	EventChannelFactoryImpl.newFactory()

2003-07-17  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/CollectionsWrapperTest.java,
	notification/EventChannelFactoryTest.java,
	notification/PackageTest.java: * testcase for CollectionsWrapper
	* testcase for EventChannelFactoryImpl

2003-07-16  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/CollectionsWrapperTest.java, notification/PackageTest.java:
	* added testcase for CollectionsWrapper

2003-07-11  Andre Spiegel  <spiegel@gnu.org>

	* orb/etf/AllTest.java, orb/etf/C_WIOP_S_WIOP.java,
	orb/etf/wiop/WIOPConnection.java, orb/etf/wiop/WIOPFactories.java,
	orb/etf/wiop/WIOPListener.java, orb/etf/wiop/WIOPProfile.java:
	Initial revision.

2003-07-04  Francisco Reverbel  <reverbel@ime.usp.br>

	* common/ClientServerSetup.java:
	    - Server is now called with plain java instead of jaco.
	    - Added code to show server output.

	* orb/rmi/RMITest.java, orb/rmi/RMITestImpl.java,
	orb/rmi/RMITestInterface.java: - Added RMI tests for reference
	sharing within arrays and collections.

2003-07-03  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* notification/CosEventChannelTest.java,
	notification/FilterTest.java,
	notification/NotificationTestCase.java,
	notification/NotificationTestCaseSetup.java: *
	test/regression/build.xml

	  include notification testcases

	* fixed testcases

2003-07-02  Francisco Reverbel  <reverbel@ime.usp.br>

	* AllTest.java, orb/AllTest.java:
	  - RMI tests moved from org.jacorb.test.rmi to org.jacorb.test.orb.rmi

	* orb/rmi/AllTest.java, orb/rmi/Boo.java,
	  orb/rmi/FixSunDelegateBug.java.14, orb/rmi/Foo.java,
	  orb/rmi/NegativeArgumentException.java, orb/rmi/RMITest.java,
	  orb/rmi/RMITestImpl.java, orb/rmi/RMITestInterface.java,
	  orb/rmi/RMITestServant.java, orb/rmi/RMITestUtil.java,
	  orb/rmi/Zoo.java: - RMI tests moved from org.jacorb.test.rmi to
	  org.jacorb.test.orb.rmi - Commented out print statements in RMI
	  tests

2003-06-05  Alphonse Bendt  <bendt@inf.fu-berlin.de>

	* common/TestUtils.java, notification/AdminLimitTest.java,
	notification/AllTest.java, notification/AnyGenerator.java,
	notification/AnyPullReceiver.java,
	notification/AnyPullSender.java,
	notification/AnyPushReceiver.java,
	notification/AnyPushSender.java,
	notification/ApplicationContextTest.java,
	notification/CosEventChannelTest.java,
	notification/CosEventPullReceiver.java,
	notification/CosEventPullSender.java,
	notification/CosEventPushReceiver.java,
	notification/CosEventPushSender.java,
	notification/EventChannelTest.java,
	notification/FilterImplTest.java, notification/FilterTest.java,
	notification/InterFilterGroupOperatorTest.java,
	notification/NotificationEventFactoryTest.java,
	notification/NotificationEventTest.java,
	notification/NotificationEventUtilsTest.java,
	notification/NotificationTestCase.java,
	notification/NotificationTestCaseSetup.java,
	notification/PackageTest.java,
	notification/PerformanceListener.java,
	notification/SequenceEventChannelTest.java,
	notification/SequencePullReceiver.java,
	notification/SequencePullSender.java,
	notification/SequencePushReceiver.java,
	notification/SequencePushSender.java,
	notification/StructuredEventChannelTest.java,
	notification/StructuredGenerator.java,
	notification/StructuredPullReceiver.java,
	notification/StructuredPullSender.java,
	notification/StructuredPushReceiver.java,
	notification/StructuredPushSender.java,
	notification/TestClientOperations.java,
	notification/TestEventGenerator.java, notification/TestUtils.java,
	notification/evaluate/DynamicEvaluatorTest.java,
	notification/evaluate/PackageTest.java,
	notification/evaluate/TestDynamicEvaluator.java,
	notification/node/EvaluationResultTest.java,
	notification/node/PackageTest.java,
	notification/node/TCLTest.java,
	notification/util/CachingWildcardMapTest.java,
	notification/util/PackageTest.java,
	notification/util/ThreadPoolTest.java,
	notification/util/WildcardMapTest.java: * adapted and moved
	Notification Service testcases to the JacORB Regression Framework

2003-05-22  Andre Spiegel  <spiegel@gnu.org>

	* orb/connection/ServerConnectionTimeoutTest.java,
	orb/connection/GIOPConnectionTest.java,
	orb/connection/ClientConnectionTimeoutTest.java: Reconcile ETF
	changes.

2003-05-15  Nick Cross  <nick.cross@prismtechnologies.com>

	* AllTest.java, common/ClientServerSetup.java,
	common/TestServer.java, idl/CharTest.java, idl/InterfaceTest.java,
	idl/LongTest.java, idl/MiscTest.java, idl/ModuleTest.java,
	idl/PackageTest.java, idl/PragmaTest.java, idl/TypeDefTest.java,
	idl/UnionTest.java, idl/ValueTest.java, orb/AllTest.java,
	orb/CharServerImpl.java, orb/CharTest.java, orb/LongLongSeq.java,
	orb/LongLongSeqServerImpl.java, orb/RecursiveParam.java,
	orb/RecursiveParamServerImpl.java,
	orb/connection/BiDirServerImpl.java,
	orb/connection/ClientConnectionTimeoutTest.java,
	orb/connection/GIOPConnectionTest.java,
	orb/connection/ServerConnectionTimeoutTest.java, poa/AllTest.java,
	poa/Deactivate.java, poa/Test_impl.java: Move tests into
	regression harness. Modify regression client/server to allow
	server debug. Modify RMI tests to work under JDK13

2003-05-07  Andre Spiegel  <spiegel@gnu.org>

	* orb/policies/TimingTest.java (test_request_end_time_sync_ok):
	Make this a little slower.

	* orb/connection/GIOPConnectionTest.java: Adapt to ETF changes.

2003-05-06  Andre Spiegel  <spiegel@gnu.org>

	* orb/connection/GIOPConnectionTest.java: Move
	org.jacorb.orb.InternetIOPProfile to
	org.jacorb.orb.iiop.IIOPProfile.

2003-05-05  Andre Spiegel  <spiegel@gnu.org>

	* orb/connection/GIOPConnectionTest.java (DummyTransport): Adapt
	to changes in Transport interface.

2003-04-30  Andre Spiegel  <spiegel@gnu.org>

	* orb/policies/TimingTest.java (test_request_end_time_sync_ok):
	Give it a little more time.

2003-04-27  Andre Spiegel  <spiegel@gnu.org>

	* orb/connection/AllTest.java (suite): Add BiDirTest.

	* orb/connection/GIOPConnectionTest.java (DummyTransport.getStatisticsProvider, DummyTransport.waitUntilConnected):
	Remove.

	* orb/connection/BiDirServerImpl.java,
	orb/connection/BiDirSetup.java, orb/connection/BiDirTest.java:
	Initial revision.

	* common/ClientServerSetup.java (clientRootPOA): New field.
	(getClientRootPOA): Access it.
	(getTestServerMain): New template method.
	(setUp): Use it.

2003-04-26  Andre Spiegel  <spiegel@gnu.org>

	* orb/connection/GIOPConnectionTest.java (DummyTransport): Adapt
	to changes in Transport interface.

2003-04-23  Andre Spiegel  <spiegel@gnu.org>

	* orb/connection/GIOPConnectionTest.java: Bring this up-to-date
	with ETF changes in the ORB.

2003-04-16  Francisco Reverbel  <reverbel@ime.usp.br>

	* AllTest.java: Added regression tests for RMI over JacORB and for
	marshaling/unmarshaling of RMI valuetypes.

2003-04-14  Andre Spiegel  <spiegel@gnu.org>

	* orb/AllTest.java: Add AlternateIIOPAddressTest.

	* orb/AlternateIIOPAddressTest.java: Add the real tests.

2003-04-09  Andre Spiegel  <spiegel@gnu.org>

	* orb/AlternateIIOPAddressTest.java,
	orb/IIOPAddressORBInitializer.java,
	orb/IIOPAddressInterceptor.java, orb/SampleImpl.java,
	orb/IIOPAddressServerImpl.java: Initial revision.

2003-04-02  Andre Spiegel  <spiegel@gnu.org>

	* orb/AllTest.java (suite): Add MiscTest.suite().

	* orb/MiscTest.java: Initial revision.

2003-04-02  Nick Cross  <nick.cross@prismtechnologies.com>

	* orb/BasicServerImpl.java, orb/BasicTest.java,
	orb/CallbackServerImpl.java, orb/CallbackTest.java,
	orb/CharServerImpl.java, orb/CharTest.java,
	orb/connection/ClientConnectionTimeoutTest.java,
	orb/connection/ConnectionTimeoutServerImpl.java,
	orb/connection/ServerConnectionTimeoutTest.java,
	orb/dynany/DynAnyArrayTest.java,
	orb/dynany/DynAnyBoundedSeqTest.java,
	orb/dynany/DynAnyEmptyExTest.java, orb/dynany/DynAnyEnumTest.java,
	orb/dynany/DynAnyNonEmptyExTest.java,
	orb/dynany/DynAnyStructTest.java,
	orb/dynany/DynAnyUnboundedSeqTest.java,
	orb/dynany/DynAnyUnionIntTest.java,
	orb/dynany/DynAnyUnionTest.java,
	orb/policies/SyncScopeServerImpl.java,
	orb/policies/SyncScopeTest.java,
	orb/policies/TimingServerImpl.java, orb/policies/TimingTest.java:
	Updated packaging (due to loss of packageprefix).

2003-04-01  Nick Cross  <nick.cross@prismtechnologies.com>

	* idl/InterfaceTest.java, idl/LongTest.java, idl/PackageTest.java,
	idl/UnionTest.java, idl/ValueTest.java: New tests

2003-03-31  Andre Spiegel  <spiegel@gnu.org>

	* common/ClientServerSetup.java (setUp): Add a crucial blank in
	the argument line.

	* orb/connection/AllTest.java (suite): Add connection timeout tests.

	* orb/connection/ConnectionTimeoutServerImpl.java: Import
	org.jacorb.Tests package.

	* orb/connection/ClientConnectionTimeoutTest.java,
	orb/connection/ServerConnectionTimeoutTest.java: Import
	org.jacorb.Tests package.
	(suite): Use correct argument order for ClientServerSetup.

2003-02-18  Andre Spiegel  <spiegel@gnu.org>

	* orb/policies/AllTest.java (suite): Add SyncScopeTest.

	* orb/policies/SyncScopeTest.java,
	orb/policies/SyncScopeServerImpl.java: Initial revision.

	* orb/connection/GIOPConnectionTest.java: Adapt to new syncScope
	parameter in RequestOutputStream.

2003-01-16  Nicolas Noffke  <nicolas.noffke@web.de>

	* common/ClientServerSetup.java: added new constructor to allow
	passing in custom properties for the client and server orb

	* orb/connection/ClientConnectionTimeoutTest.java,
	orb/connection/ConnectionTimeoutServerImpl.java,
	orb/connection/ServerConnectionTimeoutTest.java: *** empty log
	message ***

	* orb/connection/GIOPConnectionTest.java:
	adapted to new GIOPConnection interface

2003-01-08  Andre Spiegel  <spiegel@gnu.org>

	* orb/policies/TimingTest.java: Make test cases complete for all
	the timing policies.

	* orb/connection/GIOPConnectionTest.java (DummyTransport): Add new
	methods required by the Transport interface.

2003-01-07  Andre Spiegel  <spiegel@gnu.org>

	* orb/policies/TimingTest.java (ReplyHandler): Handle new method
	in TimingServer.
	(setRelativeRequestTimeout, setRequestEndTime,
	setRequestStartTime): New helper methods.  Add test cases for
	reply end time and request start time.

	* orb/policies/TimingServerImpl.java (server_time): New method.

2003-01-05  Andre Spiegel  <spiegel@gnu.org>

	* orb/connection/GIOPConnectionTest.java: Adapt to new constructor
	parameters of RequestOutputStream.

	* common/ClientServerSetup.java (setUp): Improve error handling as
	suggested by Nick Cross.

2003-01-04  Andre Spiegel  <spiegel@gnu.org>

	* common/ClientServerSetup.java (setUp): Pass current classpath to
	the child process.

	*
	orb/connection/GIOPConnectionTest.java (DummyTransport.getStatisticsProvider):
	Add a dummy version of this method.

2002-11-22  Andre Spiegel  <spiegel@gnu.org>

	* orb/policies/TimingTest.java (test_reply_start_time_expired):
	Bump up the timeout a little.

	* orb/CallbackTest.java (test_complex_operation,
	test_non_empty_exception): Adapt to compiler fix for out
	parameters.

2002-11-21  Andre Spiegel  <spiegel@gnu.org>

	* orb/CallbackTest.java (test_return_illegal_char): Bump up the
	timeout a little.

	* orb/AllTest.java (suite): Include the policies test suite.

	* orb/policies/AllTest.java, orb/policies/TimingServerImpl.java,
	orb/policies/TimingTest.java: Initial revision.

	* orb/connection/GIOPConnectionTest.java: Supply timeout
	constructor parameter to RequestOutputStream.

2002-11-12  Andre Spiegel  <spiegel@gnu.org>

	* orb/CallbackTest.java: Rewrote pass/fail handling.  Add
	exception test cases.

	* orb/CallbackServerImpl.java: Add implementations for exception
	operations.

	* common/CallbackTestCase.java: Added documentation and rewrote
	pass/fail handling.

2002-11-09  Andre Spiegel  <spiegel@gnu.org>

	* orb/CallbackTest.java: Five new test cases.

	* common/CallbackTestCase.java (getException): New method.
	(wait_for_reply): Don't print the waiting time.

	* orb/AllTest.java (suite): Add CallbackTest.

	* orb/CallbackTest.java (test_delayed_ping): New test case.
	(ref): New method.

	* common/CallbackTestCase.java (wait_for_reply):
	Rewritten to handle quick replies.
	(wrong_exception): Raise the exception and print its name.

	* orb/CallbackServerImpl.java (delay): Synchronize so we can wait.

2002-11-08  Andre Spiegel  <spiegel@gnu.org>

	* orb/CallbackServerImpl.java, orb/CallbackTest.java,
	common/CallbackTestCase.java: Initial revision.

2002-11-07  Andre Spiegel  <spiegel@gnu.org>

	* orb/CharTest.java: When char is out of range, expect
	DATA_CONVERSION rather than MARSHAL exception.

2002-11-06  Andre Spiegel  <spiegel@gnu.org>

	* orb/CharTest.java, orb/CharServerImpl.java: Initial revision.

	* orb/AllTest.java (suite): Add CharTest.suite().

	* orb/AllTest.java (suite): Add BasicTest. Don't wrap an ORBSetup
	here, because that is done below in case it is needed.

	* orb/dynany/AllTest.java (suite): Wrap an ORBSetup here, so that
	we needn't do it one level up.

	* orb/BasicServerImpl.java, orb/BasicTest.java,
	common/ClientServerSetup.java, common/ClientServerTestCase.java,
	common/TestServer.java: Initial revision.

2002-11-04  Andre Spiegel  <spiegel@gnu.org>

	*
	orb/connection/GIOPConnectionTest.java (DummyTransport.setBusy,isIdle):
	Provide a dummy implementation.

	* orb/connection/GIOPConnectionTest.java (DummyTransport.setIdle):
	Provide a dummy implementation.

	* orb/connection/GIOPConnectionTest.java (testGIOP_1_1_NoImplement):
	Adapt to changes in ReplyInputStream.

2002-10-15  Nick Cross  <nick.cross@prismtechnologies.com>

	* AllTest.java, idl/AllTest.java, idl/CharTest.java,
	idl/LongTest.java, idl/ModuleTest.java, idl/PackageTest.java,
	idl/PragmaTest.java, idl/TypeDefTest.java: Add more regressions

2002-10-15  Steve Osselton  <steve.osselton@prismtechnologies.com>

	* naming/ContextTest.java: JDK1.4.1 fix

2002-06-26  Nicolas Noffke  <nicolas.noffke@web.de>

	* orb/AllTest.java, orb/connection/AllTest.java,
	orb/connection/GIOPConnectionTest.java: added test for
	GIOPConnection

2002-06-25  Gerald Brose  <gerald.brose@acm.org>

	* AllTest.java, common/ORBSetup.java, naming/AllTest.java,
	naming/ContextTest.java, naming/PackageTest.java,
	orb/AllTest.java, orb/dynany/AllTest.java,
	orb/dynany/DynAnyArrayTest.java, orb/dynany/DynAnyBaseTest.java,
	orb/dynany/DynAnyBoundedSeqTest.java,
	orb/dynany/DynAnyEmptyExTest.java, orb/dynany/DynAnyEnumTest.java,
	orb/dynany/DynAnyFixedTest.java,
	orb/dynany/DynAnyNonEmptyExTest.java,
	orb/dynany/DynAnyStructTest.java,
	orb/dynany/DynAnyUnboundedSeqTest.java,
	orb/dynany/DynAnyUnionIntTest.java,
	orb/dynany/DynAnyUnionTest.java, orb/dynany/PackageTest.java: ***
	empty log message ***

