> > Thanks for the update guys, looks similar to what I've done. Will be > good to see what tests we can share between implementations. > > Regards > > Martin > > The test cases are integration type and written in python https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/src/tests/acl.py https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/src/tests/run_acl_tests
However it relies on the qpid management framework to reload the acl file, allowing me to work with a single broker instance. The management method also pass me any error string, allowing me to trap error conditions. Reusing the same infrastructure will be difficult as the java broker does not have support for the same management functions. But I believe the concept and the type of test cases could be used as a series of tests under systests (which could also be run against the c++ broker). Regards, Rajith
