gimsieke/xspec

context tests fail in r86

Closed this issue · 2 comments

Function tests work as before, but context tests fail cause the stylesheet 
generated by generate-xspec-tests.xsl to be invalid; it's missing the named 
template that actually executes the test.  

I've attached a test case:

simple.xsl - identity transform
simple.xspec - simple test case
simple_report_generator_OLD.xsl - v0.1 test-generating stylesheet
simple_report_generator_NEW.xsl - r86 test-generating stylesheet

Original issue reported on code.google.com by jsulak@gmail.com on 2 Feb 2010 at 12:24

Attachments:

Good catch!  When I switched the mode x:compile to walk through the test suite 
by 
recursing on siblings (instead of recursing on children), I forgot a template 
to recurse 
on the next sibling...  Committed in r93.

If this works for you, can you change the status to "verified" please?

Original comment by fgeorges on 2 Feb 2010 at 1:09

  • Changed state: Fixed

Original comment by jsulak@gmail.com on 2 Feb 2010 at 2:35

  • Changed state: Verified