commit | 465adde734df12e1f166e40d0f7484a9e6fd25ef | [log] [tgz] |
---|---|---|
author | Alex Ruiz <alruiz@google.com> | Fri Aug 19 10:43:37 2011 -0700 |
committer | Alex Ruiz <alruiz@google.com> | Fri Aug 19 10:43:37 2011 -0700 |
tree | 1c90f95eeab12b7ce927e6c2abf39f54697cafc3 | |
parent | 0727abd393eb4f9033de94c40b2eaa55636bc28c [diff] |
Ignoring tests that require to be executed as "JUnit Plug-in Test."
diff --git a/com.google.eclipse.protobuf.test/src/com/google/eclipse/protobuf/scoping/Descriptor_fileOptions_Test.java b/com.google.eclipse.protobuf.test/src/com/google/eclipse/protobuf/scoping/Descriptor_fileOptions_Test.java index fd65feb..72b65ed 100644 --- a/com.google.eclipse.protobuf.test/src/com/google/eclipse/protobuf/scoping/Descriptor_fileOptions_Test.java +++ b/com.google.eclipse.protobuf.test/src/com/google/eclipse/protobuf/scoping/Descriptor_fileOptions_Test.java
@@ -24,6 +24,7 @@ * * @author alruiz@google.com (Alex Ruiz) */ +@Ignore("This test requires to be executed as a 'JUnit plug-in test'. I haven't found a way to register PlatformURLHandler with the JVM") public class Descriptor_fileOptions_Test { @Rule public XtextRule xtext = new XtextRule();