roxy icon indicating copy to clipboard operation
roxy copied to clipboard

routing.xqy unit test assumes 'html' is the default view.

Open TonyApuzzo opened this issue 9 years ago • 1 comments

Changing the default view in src/app/config/config.xqy from 'html' to 'json' causes many/most of the unit tests in src/test/suites/Framework Tests/routing.xqy to fail.

I started adding ".html" to the test uris in an attempt to fix the tests, but not sure that is really the best course of action.

TonyApuzzo avatar Nov 04 '15 02:11 TonyApuzzo

I think the routing tests should either specify the extension, or look up the default extension to make sure the results are what they should be.

dmcassel avatar Nov 09 '15 14:11 dmcassel