diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-27 09:13:22 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-27 09:13:22 +0000 |
commit | 32e326bdffa8199db41c6eb9a486f033beb90dc7 (patch) | |
tree | 8aa2957e0cb711b285eb3eca7014cf377967a995 /sca-java-2.x/trunk/modules | |
parent | 67569ebbcd1cf4af5108acc4e81de207738ef26f (diff) |
Update the Version to include the version and build time
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903576 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r-- | sca-java-2.x/trunk/modules/core-spi/src/test/java/org/apache/tuscany/sca/runtime/VersionTestCase.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/modules/core-spi/src/test/java/org/apache/tuscany/sca/runtime/VersionTestCase.java b/sca-java-2.x/trunk/modules/core-spi/src/test/java/org/apache/tuscany/sca/runtime/VersionTestCase.java index 3dd429ce23..cfb0ee6c95 100644 --- a/sca-java-2.x/trunk/modules/core-spi/src/test/java/org/apache/tuscany/sca/runtime/VersionTestCase.java +++ b/sca-java-2.x/trunk/modules/core-spi/src/test/java/org/apache/tuscany/sca/runtime/VersionTestCase.java @@ -28,9 +28,7 @@ public class VersionTestCase { public void testRevision() {
// Doesn't test much, just that it has been initilized to a number
System.out.println(Version.getVersion() + " " + Version.getRevsion() + " " + Version.getBuildTime());
- Integer.parseInt(Version.getVersion());
Integer.parseInt(Version.getRevsion());
- Integer.parseInt(Version.getBuildTime());
}
}
|