Hi Colin,
In your check-in svn#6447, it looks like you forgot to update
class XM_XSLT_TEST_STYLESHEET_BUILDER:
~~~~~~~~~~~~~~~~~~~~~~~
Error code: VUAR(1)
Error: wrong number of actual arguments in feature call.
What to do: make sure that number of actuals matches number of formals.
Class: XM_XSLT_TEST_STYLESHEET_BUILDER
Feature: test_simple
Called feature: new_transformer (a_factory: XM_XSLT_TRANSFORMER_FACTORY;
a_timer: XM_XSLT_TIMING): XM_XSLT_TRANSFORMER from
XM_XSLT_STYLESHEET_COMPILER
Number of actuals: 1 Number of formals: 2
Line: 286
assert ("hr 3", l_literal_result /= Void and then
STRING_.same_string (l_literal_result.node_name, "hr"))
-> l_transformer := l_stylesheet_compiler.new_transformer
(l_transformer_factory)
assert ("transformer", l_transformer /= Void)
~~~~~~~~~~~~~~~~~~~~~~~
What should be the extra argument to be passed to `new_transformer'
in this test class? It seems safe to pass Void. Can we just do that?
--
Eric Bezault
mailto:er...@go...
http://www.gobosoft.com
|