commit | b5fbce3b0782292384cafe215034236692d49f77 | [log] [tgz] |
---|---|---|
author | Alex Ruiz <alruiz@google.com> | Thu Sep 22 14:40:06 2011 -0700 |
committer | Alex Ruiz <alruiz@google.com> | Thu Sep 22 14:40:06 2011 -0700 |
tree | dc890cd9d229a66288ef9f1dd3329de1e82338f3 | |
parent | d605fa563f02cb91146f638d04603ecb8944a5ea [diff] |
Minor cleanup.
diff --git a/com.google.eclipse.protobuf.test/src/com/google/eclipse/protobuf/scoping/Descriptor_availableOptionPropertiesFor_Test.java b/com.google.eclipse.protobuf.test/src/com/google/eclipse/protobuf/scoping/Descriptor_availableOptionPropertiesFor_Test.java index 259fff2..7ee78d2 100644 --- a/com.google.eclipse.protobuf.test/src/com/google/eclipse/protobuf/scoping/Descriptor_availableOptionPropertiesFor_Test.java +++ b/com.google.eclipse.protobuf.test/src/com/google/eclipse/protobuf/scoping/Descriptor_availableOptionPropertiesFor_Test.java
@@ -26,7 +26,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") +@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_availableOptionPropertiesFor_Test { @Rule public XtextRule xtext = new XtextRule();