| commit | 35d5902fcceeb2c4cf0d07e2cdf33581b42eefd1 | [log] [tgz] |
|---|---|---|
| author | Alex Ruiz <alruiz@google.com> | Mon Nov 14 15:20:15 2011 -0800 |
| committer | Alex Ruiz <alruiz@google.com> | Mon Nov 14 15:20:15 2011 -0800 |
| tree | 5e59dac52cbc9a4d4f98304c27bf76f815afa189 | |
| parent | 9903fa0af431977b48f800c1d9f0e36ac37c860a [diff] |
Code cleanup.
diff --git a/com.google.eclipse.protobuf.integration.test/src/com/google/eclipse/protobuf/scoping/ProtobufScopeProvider_scope_ExtensionFieldName_target_Test.java b/com.google.eclipse.protobuf.integration.test/src/com/google/eclipse/protobuf/scoping/ProtobufScopeProvider_scope_FieldName_target_with_ExtensionFieldName_Test.java similarity index 95% rename from com.google.eclipse.protobuf.integration.test/src/com/google/eclipse/protobuf/scoping/ProtobufScopeProvider_scope_ExtensionFieldName_target_Test.java rename to com.google.eclipse.protobuf.integration.test/src/com/google/eclipse/protobuf/scoping/ProtobufScopeProvider_scope_FieldName_target_with_ExtensionFieldName_Test.java index 47bd44a..46579ec 100644 --- a/com.google.eclipse.protobuf.integration.test/src/com/google/eclipse/protobuf/scoping/ProtobufScopeProvider_scope_ExtensionFieldName_target_Test.java +++ b/com.google.eclipse.protobuf.integration.test/src/com/google/eclipse/protobuf/scoping/ProtobufScopeProvider_scope_FieldName_target_with_ExtensionFieldName_Test.java
@@ -27,7 +27,7 @@ * * @author alruiz@google.com (Alex Ruiz) */ -public class ProtobufScopeProvider_scope_ExtensionFieldName_target_Test { +public class ProtobufScopeProvider_scope_FieldName_target_with_ExtensionFieldName_Test { private static EReference reference;
diff --git a/com.google.eclipse.protobuf.integration.test/src/com/google/eclipse/protobuf/scoping/ProtobufScopeProvider_scope_NormalFieldName_target_Test.java b/com.google.eclipse.protobuf.integration.test/src/com/google/eclipse/protobuf/scoping/ProtobufScopeProvider_scope_FieldName_target_with_NormalFieldName_Test.java similarity index 97% rename from com.google.eclipse.protobuf.integration.test/src/com/google/eclipse/protobuf/scoping/ProtobufScopeProvider_scope_NormalFieldName_target_Test.java rename to com.google.eclipse.protobuf.integration.test/src/com/google/eclipse/protobuf/scoping/ProtobufScopeProvider_scope_FieldName_target_with_NormalFieldName_Test.java index 15c7562..81d620b 100644 --- a/com.google.eclipse.protobuf.integration.test/src/com/google/eclipse/protobuf/scoping/ProtobufScopeProvider_scope_NormalFieldName_target_Test.java +++ b/com.google.eclipse.protobuf.integration.test/src/com/google/eclipse/protobuf/scoping/ProtobufScopeProvider_scope_FieldName_target_with_NormalFieldName_Test.java
@@ -27,7 +27,7 @@ * * @author alruiz@google.com (Alex Ruiz) */ -public class ProtobufScopeProvider_scope_NormalFieldName_target_Test { +public class ProtobufScopeProvider_scope_FieldName_target_with_NormalFieldName_Test { private static EReference reference;