Hi,

In launchpad/testing the
org.apache.sling.launchpad.webapp.integrationtest.ResourceSuperTypeTest
fails, not sure when this started happening as in the last few days
all tests failed in Hudson due to other problems.

The failure scenario is:

Node N has sling:resourceType "foo"
Folder /apps/foo has sling:resourceSuperType "bar"
/apps/foo is empty
/apps/bar contains html.esp script
Request N.html -> apps/bar/html.esp is used, ok
Add /apps/foo/html.esp script
Request N.html -> apps/bar/html.esp still used, should be /apps/foo/html.esp

This used to work, the test hasn't changed since revision 813028.

Any clues as to what has changed?

-Bertrand

Reply via email to