Re: Jenkins build is still unstable: moose-latest-dev #906

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Jenkins build is still unstable: moose-latest-dev #906

abergel
I fixed the two Mondrian failing tests.
All these problems stems from the recent changes in the collection hierarchy. Somehow, the order of elements are not preserved. Here is an example:
Consider the script:
view nodes: (1 to: 4).
view edgesFromAssociations: {1 -> 2 . 1 -> 3 . 3 -> 4}.
view treeLayout

It displays this:

or this:

Before the recent collection changes, it was always the same layout, one of the two. So the tests need to be updated...

The build should be green again

Cheers,
Alexandre



-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Jenkins build is still unstable: moose-latest-dev #906

tiko_history
I like this