/[schmitzm]/branches/2.3.x/src_junit/skrueger/versionnumber/ReleaseUtilTest.java
ViewVC logotype

Diff of /branches/2.3.x/src_junit/skrueger/versionnumber/ReleaseUtilTest.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1017 by alfonx, Mon Sep 20 16:38:10 2010 UTC revision 1186 by alfonx, Wed Oct 27 14:56:27 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 testIsSnapshot()
22                    {
23                            System.out.println(ReleaseUtil.isSnapshot(ReleaseUtil.class));
24                    }
25  }  }

Legend:
Removed from v.1017  
changed lines
  Added in v.1186

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26