@Test
public void checkSameIDForAllLocationWithSameURI2() {
try {
final ValidatorTester<TargetPlatformValidator> tester = new ValidatorTester<TargetPlatformValidator>(this.validator, this.validatorRegistrar, this.languageName);
StringConcatenation _builder = new StringConcatenation();
_builder.append("target \"a target platform\"");
_builder.newLine();
_builder.append("location \"mylocationURI1\"");
_builder.newLine();
_builder.append("location \"mylocationURI2\"");
_builder.newLine();
final TargetPlatform targetPlatform = this.parser.parse(_builder);
Resource _eResource = targetPlatform.eResource();
EList<Resource.Diagnostic> _errors = _eResource.getErrors();
boolean _isEmpty = _errors.isEmpty();
Assert.assertTrue(_isEmpty);