Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
re-enable working glossary serialization test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed Dec 20, 2011
1 parent f4d73c6 commit 1a421d8
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -71,8 +71,7 @@ private Person createPerson()
return new Person("id", "name");
}

// FIXME broken test
@Test(enabled = false)
@Test
public void serializeAndDeserializeProject() throws JAXBException, JsonGenerationException, JsonMappingException, IOException, URISyntaxException
{
Project p = new Project().createSample();
Expand Down

0 comments on commit 1a421d8

Please sign in to comment.