Hello Yannick!

Usually the test cases don't fail. We have the continuous build running (on
trunk) that doesn't have any failing tests (in the main project).
http://closettop.homelinux.org:8080/job/argouml-junit-java5/ and
http://closettop.homelinux.org:8080/job/argouml-junit-java6/.

I assume that this is caused by our Eclipse set-up i.e. because you ran the
tests from within Eclipse. If you have used any of the provided
Configurations for running the tests, then that Configuration is incorrect
and must be updated. Please tell what such Configuration you used to run all
the tests.

The root cause is that Eclipse don't distinguish between Compile-time
dependencies and run-time dependencies. When we set up the Eclipse
environment we have the projects configured with Compile-time (neither of
the model implementations, argouml-core-model-mdr and
argouml-core-model-euml, on the build path) but when we run the tests we
need to also include one of them because most of the tests rely on one of
these. The provided Configurations are set up to use the
argouml-core-model-mdr model implementation.

If you run the tests in a new Configuration in Eclipse they usually fail
immediately. If you add the project argouml-core-model-mdr on the run path
in the Configuration and run again, they should work.

        /Linus




2010/11/1 Yannick DuchĂȘne <[email protected]>

> Hello people there,
>
> I am not a developer, I just attempted to build and test ArgoUML to see how
> it works for the time.
>
> I get v0.31.7 using SVN from Eclipse. The build process was OK, but JUnit
> returned me about 300 errors on about 2,800 (if my memory is OK).
>
> I just wanted to know if I am wrong, if weither or not v0.31.7 is supposed
> to pass all test.
>
> Sorry for the stupid question, have a nice day
>
> P.S. If this ever useful (while I am not sure of what I am doing, as said
> above), I send the report as attachment.
>
> ------------------------------------------------------
>
> http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2677653
>
> To unsubscribe from this discussion, e-mail: [
> [email protected]].
> To be allowed to post to the list contact the mailing list moderator,
> email: [[email protected]]

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2677959

To unsubscribe from this discussion, e-mail: 
[[email protected]].
To be allowed to post to the list contact the mailing list moderator, email: 
[[email protected]]

Reply via email to