Bugs: Browse | Submit New | Admin

[#28555] erubis 2.6.6 tests fail for jruby

Date:
2010-09-10 09:56
Priority:
3
Submitted By:
Hans de Graaff (graaff)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
erubis 2.6.6 tests fail for jruby

Detailed description
This looks like an innocent failure where the order of variables is not consistent across different ruby implementations,
but perhaps it is an indication of a deeper issue?


Loaded suite test/test
Started
........................................................................................................F...............
............................
Finished in 11.771 seconds.

  1) Failure:
test_main_program2_result(KwarkUsersGuideTest)
    [/var/tmp/portage/dev-ruby/erubis-2.6.6-r1/work/jruby/erubis-2.6.6/test/assert-text-equal.rb:36:in
`assert_text_equal'
     ./test/test-users-guide.rb:32:in `_test'
     (eval):5:in `test_main_program2_result']:
@@ -1,5 +1,5 @@
 item = foo
 item = bar
 item = baz
-** debug: local variables=["_context", "x", "_buf"]
+** debug: local variables=["_context", "_buf", "x"]
 ** debug: x=1

148 tests, 224 assertions, 1 failures, 0 errors

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item