Status: Accepted Owner: damien.c...@gmail.com CC: tudor.gi...@gmail.com Labels: Type-Defect Priority-Medium Component-Glamour
New issue 631 by damien.c...@gmail.com: GLMListMorphicTest>>testOnlyOneMorphPerRowInList failing http://code.google.com/p/moose-technology/issues/detail?id=631
The test GLMListMorphicTest>>testOnlyOneMorphPerRowInList is failing. It looks like the node 43 is always the one which makes the last assertion fail.
We should try to reproduce outside the Glamour environment.
Updates: Status: Fixed Labels: Milestone-4.5
Comment #1 on issue 631 by tu...@tudorgirba.com: GLMListMorphicTest>>testOnlyOneMorphPerRowInList failing http://code.google.com/p/moose-technology/issues/detail?id=631
There seems to be a problem with the rendering of LazyMorphTreeMorph. So, as a solution, we replace it in Glamour with MorphTreeMorph. This should work fine now in Glamour given that we have pagination as a solution to scale to a large list.
Name: Glamour-Morphic-Renderer-TudorGirba.103 Author: TudorGirba Time: 25 May 2011, 7:40:18 pm UUID: 8240b953-f020-414c-b96b-160af4018936 Ancestors: Glamour-Morphic-Renderer-cyrilledelaunay.102
Replaced LazyMorphTreeMorph with MorphTreeMorph to solve
Issue 631: GLMListMorphicTest>>testOnlyOneMorphPerRowInList failing