}
@Test
public void testToString() throws InvalidDDMSException {
Rights rights = new Rights(true, true, true);
assertEquals(rights.toString(), rights.toXML());
}
@Test
public void testVersion() throws InvalidDDMSException {
Rights rights = new Rights(true, true, true);