Skip to content

Commit

Permalink
fix a javadoc error in the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed Jun 11, 2015
1 parent 36eedb1 commit 53a1f7d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ public void testAuditDatastream() throws Exception {
* Currently, this test assures that null iproperty values are handled consistently
* among serializers and deserializers. The expected behaviour is a bit un-intuitive,
* but represents the "status quo" that satisfies existing server code:
* </p>
* <dl>
* <dt>CreatedDate, LastModifiedDate, External properties</dt>
* <dd>Null value should be interpreted as null</dd>
Expand All @@ -192,7 +193,6 @@ public void testAuditDatastream() throws Exception {
* <dt>State</dt>
* <dd>Null value should be interpreted as "Active"</dd>
* </dl>
* </p>
*/
@Test
public void testNullObjectProperties() {
Expand All @@ -219,13 +219,13 @@ public void testNullObjectProperties() {
* <p>
* Currently, this test assures that empty string property values are handled consistently
* among serializers and deserializers. The expected behaviour is as follows:
* </p>
* <dl>
* <dt>Label, Ownerid, External properties</dt>
* <dd>Empty string value should be interpreted the empty string ("")</dd>
* <dt>State</dt>
* <dd>Empty string values should be interpreted as "Active"</dd>
* </dl>
* </p>
*/
@Test
public void testEmptyObjectProperties() {
Expand Down

0 comments on commit 53a1f7d

Please sign in to comment.