Package org.impalaframework.build.ant

Examples of org.impalaframework.build.ant.SVNRevisionTask.extractRevision()


public class SVNRevisionTaskTest extends TestCase {
   
    public void testExtract() throws Exception {
        SVNRevisionTask task = new SVNRevisionTask();
        assertEquals("2160", task.extractRevision("html><head><title>Revision 2160: /</title></head>\n<h2>Revision 2160: /</h2>\n</html>"));
    }
   
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.