Parent Directory
|
Revision Log
|
Patch
revision 1017 by alfonx, Mon Sep 20 16:38:10 2010 UTC | revision 1137 by alfonx, Fri Oct 15 15:21:36 2010 UTC | |
---|---|---|
# | Line 16 public class ReleaseUtilTest { | Line 16 public class ReleaseUtilTest { |
16 | ||
17 | assertEquals(5,ReleaseUtil.extractMinVersionFromString("1.5r201009221756"),0.01); | assertEquals(5,ReleaseUtil.extractMinVersionFromString("1.5r201009221756"),0.01); |
18 | } | } |
19 | ||
20 | @Test | |
21 | public void testIsSnapshow() | |
22 | { | |
23 | System.out.println(ReleaseUtil.isSnapshow(ReleaseUtil.class)); | |
24 | } | |
25 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |