Skip to content

Commit

Permalink
Indentation with fedora-formatter.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
leenata committed Jul 8, 2013
1 parent be453f4 commit 3d310db
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion fcrepo-kernel/src/test/java/org/fcrepo/FedoraResourceTest.java
Expand Up @@ -216,6 +216,9 @@ public void testGetLastModifiedDate() throws RepositoryException {
assertEquals(modDate.getTimeInMillis(), actual.getTime());
}

/**
* @todo Add Documentation. Verify methods
*/
@Test
public void testUpdatePropertiesDataset() throws RepositoryException {

Expand All @@ -233,9 +236,11 @@ public void testUpdatePropertiesDataset() throws RepositoryException {
when(JcrRdfTools.getJcrTreeModel(mockSubjects, mockNode, 0, 0))
.thenReturn(treeModel);

testObj.updatePropertiesDataset(mockSubjects, "");
testObj.updatePropertiesDataset(mockSubjects, "");

}


@Test
public void testGetPropertiesDataset() throws RepositoryException {

Expand All @@ -258,6 +263,9 @@ public void testGetPropertiesDataset() throws RepositoryException {
assertEquals("info:fedora/xyz", dataset.getContext().get(Symbol.create("uri")));
}

/**
* @todo Add Documentation.
*/
@Ignore
@Test
public void testGetPropertiesDatasetwithNullContext() throws RepositoryException {
Expand Down

0 comments on commit 3d310db

Please sign in to comment.