Skip to content

Commit

Permalink
updating to latest phpcr-api-tests and jackalope and skipping new uns…
Browse files Browse the repository at this point in the history
…upported tests
  • Loading branch information
dbu committed Mar 9, 2012
1 parent 8b4b316 commit 12aae16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion tests/inc/JackrabbitImplementationLoader.php
Expand Up @@ -43,17 +43,19 @@ protected function __construct()

'Reading\\SessionReadMethodsTest::testImpersonate', //TODO: Check if that's implemented in newer jackrabbit versions.
'Reading\\SessionNamespaceRemappingTest::testSetNamespacePrefix',
'Reading\\NodeReadMethodsTest::testGetSharedSetUnreferenced', // TODO: should this be moved to 14_ShareableNodes
'Reading\\NodeReadMethodsTest::testGetSharedSetUnreferenced', // TODO: should this be moved to 14_ShareableNodes?
'Query\\QueryManagerTest::testGetQuery',
'Query\\QueryManagerTest::testGetQueryInvalid',
'Query\\QueryObjectSql2Test::testGetStoredQueryPath',
'Query\\NodeViewTest::testSeekable',

'Writing\\SetPropertyMethodsTest::testSetPropertyNewExistingNode', // see http://www.mail-archive.com/dev@jackrabbit.apache.org/msg28035.html
'Writing\\NamespaceRegistryTest::testRegisterUnregisterNamespace',
'Writing\\CopyMethodsTest::testCopyUpdateOnCopy',
'Writing\\MoveMethodsTest::testSessionDeleteMoved', // TODO: enable and look at the exception you get as starting point
'Writing\\MoveMethodsTest::testSessionMoveReplace',
'Writing\\NodeTypeAssignementTest::testAddMixinTwice', // will work as soon as the jsop branch is merged
);
}

Expand Down

0 comments on commit 12aae16

Please sign in to comment.