Hi all,
I have written a test that should only be run against the Java broker, but cant currently be run against the InVM broker. As a result I am looking to exclude it only from the InVM tests, but looking at the test profiles I dont think this is currently possible. There are some tests in the 08Excludes file that mention exclusion for InVM testing, but the default testprofile is pulling in the 08Excludes file in the main test.excludes property rather than the profile specific profile.excludes property, so this would appear to exclude the contained entries for all tests (Java InVM /Standalone, and C++) as if they were in the main Excludes file. >From the naming I would expect the 08Excludes to affect both Standalone and InVM java brokers, and there is already a 08StandaloneExcludes file used in the profile.excludes property in the java testprofile, so I propose moving the 08Excludes into the profile.excludes property for default and java test profiles, and adding a a new 08InVMExcludes file to the profile.excludes property in default.testprofile. Does this seem agreeable to everyone?