diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-20 10:01:19 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-20 10:01:19 +0000 |
commit | 8976580c5c93044a8305753852f22584e33d7713 (patch) | |
tree | 700ef5ce1faa7c86e123a88752fe668b5ee8f37c /java/sca/vtest | |
parent | ecaed8ff741ea67c33c93cf571557db0837fa689 (diff) |
Rename testcase to avoid problem with long file name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756396 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/vtest')
-rw-r--r-- | java/sca/vtest/java-api/annotations/conversationattributes/src/test/java/org/apache/tuscany/sca/vtest/javaapi/annotations/conversationattributes/ConversationAttributesTestCase.java (renamed from java/sca/vtest/java-api/annotations/conversationattributes/src/test/java/org/apache/tuscany/sca/vtest/javaapi/annotations/conversationattributes/ConversationAttributesAnnotationTestCase.java) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/vtest/java-api/annotations/conversationattributes/src/test/java/org/apache/tuscany/sca/vtest/javaapi/annotations/conversationattributes/ConversationAttributesAnnotationTestCase.java b/java/sca/vtest/java-api/annotations/conversationattributes/src/test/java/org/apache/tuscany/sca/vtest/javaapi/annotations/conversationattributes/ConversationAttributesTestCase.java index a843347031..952194430e 100644 --- a/java/sca/vtest/java-api/annotations/conversationattributes/src/test/java/org/apache/tuscany/sca/vtest/javaapi/annotations/conversationattributes/ConversationAttributesAnnotationTestCase.java +++ b/java/sca/vtest/java-api/annotations/conversationattributes/src/test/java/org/apache/tuscany/sca/vtest/javaapi/annotations/conversationattributes/ConversationAttributesTestCase.java @@ -30,7 +30,7 @@ import org.oasisopen.sca.ConversationEndedException; * This test class tests the Service annotation described in section 1.2.1 and * 1.8.17 */ -public class ConversationAttributesAnnotationTestCase { +public class ConversationAttributesTestCase { protected static String compositeName = "conversation.composite"; protected static AService aService = null; |