svn commit: r16925 - trunk/src/argouml-core-diagrams-sequence2/tests/org/argouml/sequence2/TestSequenceDiagramModule.java
Linus Tolke <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2009-03-23 12:06:52-0700
New Revision: 16925
Modified:
trunk/src/argouml-core-diagrams-sequence2/tests/org/argouml/sequence2/TestSequenceDiagramModule.java
Log:
Updated the version number in the test case now that the version number is
updated in the code.
Modified: trunk/src/argouml-core-diagrams-sequence2/tests/org/argouml/sequence2/TestSequenceDiagramModule.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-sequence2/tests/org/argouml/sequence2/TestSequenceDiagramModule.java?view=diff&pathrev=16925&r1=16924&r2=16925
==============================================================================
--- trunk/src/argouml-core-diagrams-sequence2/tests/org/argouml/sequence2/TestSequenceDiagramModule.java (original)
+++ trunk/src/argouml-core-diagrams-sequence2/tests/org/argouml/sequence2/TestSequenceDiagramModule.java 2009-03-23 12:06:52-0700
@@ -48,8 +48,8 @@
*/
public void testGetName() {
assertEquals("The name of the module is incorrect",
- theModule.getName(),
- "ArgoUML-Sequence");
+ "ArgoUML-Sequence",
+ theModule.getName());
}
/**
@@ -58,11 +58,11 @@
*/
public void testGetInfo() {
assertEquals("The version of the module is incorrect",
- theModule.getInfo(SequenceDiagramModule.VERSION),
- "0.1");
+ "0.28",
+ theModule.getInfo(SequenceDiagramModule.VERSION));
assertEquals("The version of the module is incorrect",
- theModule.getInfo(SequenceDiagramModule.DOWNLOADSITE),
- "http://argouml-sequence.tigris.org");
+ "http://argouml-sequence.tigris.org",
+ theModule.getInfo(SequenceDiagramModule.DOWNLOADSITE));
}
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1391708
To unsubscribe from this discussion, e-mail: [[email protected]].