Hi everyone,

Is anyone else seeing this failure when building against Trunk?  It might 
be related to some recent changes to ExportJsProcessor.java.

Thanks,
-Stanton

Failed tests:
  testProcessWithOneNonEmptyFeatureDeferred
(org.apache.shindig.gadgets.js.DeferredExportJsProcessorTest):
expected:<...;exportJs('gadgets',[[window.gadgets],{},1);exportJs
('shindig',[window.shindig],{},1);exportJs
('gadgets.rpc',[window.gadgets,gadgets.rpc],{call:'call'},1);exportJs
('shindig',[window.shindig]],{random:'random'},1...> but was:<...;exportJs
('gadgets',[{gadgets:'gadgets'},{},1);exportJs
('gadgets.rpc',{gadgets:'gadgets',rpc:'rpc'},{call:'call'},1);exportJs
('shindig',{shindig:'shindig'}],{random:'random'},1...>

Here are the surefire reports for the test that failed:

(See attached file:
org.apache.shindig.gadgets.js.DeferredExportJsProcessorTest.txt)(See
attached file:
TEST-org.apache.shindig.gadgets.js.DeferredExportJsProcessorTest.xml)

Reply via email to