Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/tests/org.eclipse.uml2.tests/src/org/eclipse/uml2/tests/LiteralStringTest.java')
-rw-r--r--deprecated/tests/org.eclipse.uml2.tests/src/org/eclipse/uml2/tests/LiteralStringTest.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/deprecated/tests/org.eclipse.uml2.tests/src/org/eclipse/uml2/tests/LiteralStringTest.java b/deprecated/tests/org.eclipse.uml2.tests/src/org/eclipse/uml2/tests/LiteralStringTest.java
index 27d65d0f..67ff0a6c 100644
--- a/deprecated/tests/org.eclipse.uml2.tests/src/org/eclipse/uml2/tests/LiteralStringTest.java
+++ b/deprecated/tests/org.eclipse.uml2.tests/src/org/eclipse/uml2/tests/LiteralStringTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: LiteralStringTest.java,v 1.6 2005/10/05 15:24:23 khussey Exp $
+ * $Id: LiteralStringTest.java,v 1.7 2006/05/29 17:27:34 khussey Exp $
*/
package org.eclipse.uml2.tests;
@@ -24,8 +24,8 @@ import org.eclipse.uml2.UML2Factory;
* <p>
* The following operations are tested:
* <ul>
- * <li>{@link org.eclipse.uml2.LiteralString#isComputable() <em>Is Computable</em>}</li>
* <li>{@link org.eclipse.uml2.LiteralString#stringValue() <em>String Value</em>}</li>
+ * <li>{@link org.eclipse.uml2.LiteralString#isComputable() <em>Is Computable</em>}</li>
* </ul>
* </p>
* @generated
@@ -100,6 +100,7 @@ public class LiteralStringTest extends LiteralSpecificationTest {
// Ensure that you remove @generated or mark it @generated NOT
}
+
public void testIsComputable() {
testIsComputableGen();
@@ -118,7 +119,6 @@ public class LiteralStringTest extends LiteralSpecificationTest {
// Ensure that you remove @generated or mark it @generated NOT
}
-
public void testStringValue() {
testStringValueGen();

Back to the top