This is the mail archive of the mauve-discuss@sourceware.org mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem with auto compilation and gnu.testlet.java.security.Engine.getInstance


Hi!

When testing cacao with mauve we had a FAIL that only occurred on the
first test run in a clean mauve checkout.

The reason is that when running the testlet

    gnu.testlet.java.security.Engine.getInstance

mauve auto compilation misses the required class

    gnu.testlet.java.security.MessageDigest.MauveDigest

This class is later compiled when the MessageDigest testlet is run,
so the FAIL is not reproducible later.

Any idea what to do about this?

Cheers,
-Edwin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]