@Test
public void testWorkspaceRelativePath() throws Exception
{
final ValueProperty property = TestElement.PROP_WORKSPACE_RELATIVE_PATH;
final TestElement element = TestElement.TYPE.instantiate( new RootXmlResource( new XmlResourceStore( new WorkspaceFileResourceStore( this.aa ) ) ) );
testValidationOk( element, property, this.a.getFullPath() );
testValidationOk( element, property, this.aa.getFullPath() );
testValidationOk( element, property, this.ab.getFullPath() );
testValidationOk( element, property, this.aba.getFullPath() );