jfweemaes / ubiquity-xforms

Automatically exported from code.google.com/p/ubiquity-xforms
0 stars 0 forks source link

Repeat element fails to display last item in a nodeset. #468

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This issue is known to cause the following tests to fail:
5.1.a
5.1.b
5.1.c
5.1.d
5.2.1.a
5.2.1.b
5.2.1.c

What is the expected output? What do you see instead?
Expected output is the entire nodeset, actual output is the entire nodeset 
minus the last item. Worth noting, in 5.1.b for example, if you add an 
extra <event/> tag to the instance, so that there are a total of 24, all 
23 items display, however when there are only 23 <event/> tags, 22 items 
display.

Original issue reported on code.google.com by fil...@gmail.com on 29 May 2009 at 6:12

GoogleCodeExporter commented 8 years ago
This is most likely caused by a problem I am working on right now. So I am 
taking the
ownership.

Original comment by moishe.t@gmail.com on 29 May 2009 at 6:35

GoogleCodeExporter commented 8 years ago

Original comment by moishe.t@gmail.com on 29 May 2009 at 6:36

GoogleCodeExporter commented 8 years ago
5.2.1.c actually does work. I'd projected it wouldn't before I'd had a chance 
to 
rewrite its driver as for all intents and purposes it is identical to the other 
failing tests, but for some reasons it passes while the others fail.

Original comment by fil...@gmail.com on 29 May 2009 at 6:40

GoogleCodeExporter commented 8 years ago
Looks good, just verified that all the test cases now pass. Great work!

Original comment by fil...@gmail.com on 1 Jun 2009 at 7:27