TCK: Incorrect check of namespace mappings in System View XML export
--------------------------------------------------------------------
Key: JCR-489
URL: http://issues.apache.org/jira/browse/JCR-489
Project: Jackrabbit
Issue Type: Bug
Components: test
Environment: TCK from SVN revision 421925
Reporter: Nicolas Pombourcq
org.apache.jackrabbit.test.api.SysViewContentHandler. In endDocument(), two
issues:
1. line 351: tries to go through a table of prefixes but uses a fixed index
inside the loop;
2. The mapping for the 'xml' prefix should be skipped (it must be registered in
the Session but must not be registered during export since this is a built-in
XML mapping.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira