Olaf Bergner wrote:
I played around a bit to find a minimal setup for reproducing the
LinkageError. To this end, I reused an existing block of mine to be deployed
via AMTC.
AMTC - that would be ...
"Automated Magic, Tricks and miscaleneouse acts of Concealment"
:-)
This is what does the trick:
(1) Subclass AbstractMerlinTestCase
no problem here
(2) Add two (>1) *empty* test methods, don't overwrite setUp() or tearDown()
ok
(3) Run the test case
done
(4) First test method runs just fine
yep
(5) Second test method fails during setUp()
Not in my example Take a look at avalon-sandbox/merlin-test/hello It has to be something else.
Stephen.
--
Stephen J. McConnell mailto:[EMAIL PROTECTED]
|------------------------------------------------| | Magic by Merlin | | Production by Avalon | | | | http://avalon.apache.org/merlin | | http://dpml.net/ | |------------------------------------------------|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
