|
From: Mikoláš J. <mik...@gm...> - 2009-09-05 14:16:13
|
great, thanks! I moved the test file into the test hierarchy and added a junit target, which gets run with the other tests (ant test) -- mikolas On Sat, Sep 5, 2009 at 2:00 AM, Viliam Holub<vil...@uc...> wrote: > > First version of tab completion committed. > > src/java/ie/ucd/clops/runtime/tabcomplete/TabComplete.java > src/java/ie/ucd/clops/runtime/tabcomplete/TabCompleteTest.java > > The key function is: > List<String> complete( final String regexp, final String prefix, int limit); > > There are jUnit tests in TabCompleteTest.java, but I wasn't sure how to add > that to build properly, co it's not called now. Help wanted :) > > Viliam > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Clops-users mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clops-users > -- Mikoláš Janota M. Sc. School of Computer Science and Informatics, University College Dublin, Belfield, Dublin 4, Ireland |