/[projects]/android/TrainInfoService/src/dk/thoerup/traininfoservice/TestServlet.java
ViewVC logotype

Diff of /android/TrainInfoService/src/dk/thoerup/traininfoservice/TestServlet.java

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

revision 850 by torben, Wed May 19 11:14:33 2010 UTC revision 851 by torben, Tue Jun 15 12:54:25 2010 UTC
# Line 12  import javax.servlet.http.HttpServletRes Line 12  import javax.servlet.http.HttpServletRes
12    
13  public class TestServlet extends HttpServlet {  public class TestServlet extends HttpServlet {
14          private static final long serialVersionUID = 1L;          private static final long serialVersionUID = 1L;
15            
16            Random r = new Random();
17    
18          //South-West corner= 54.0, 7.0          //South-West corner= 54.0, 7.0
19          //North-East corner= 58.0, 13.0          //North-East corner= 58.0, 13.0
20          //Latitude span=4.0          //Latitude span=4.0
21          //Longitude span=6.0          //Longitude span=6.0
22          void testFindNearest(int count) throws SQLException {          void testFindNearest(int count) throws SQLException {          
                 Random r = new Random();  
23    
24                  StationDAO db = new StationDAO();                  StationDAO db = new StationDAO();
25    
# Line 34  public class TestServlet extends HttpSer Line 35  public class TestServlet extends HttpSer
35          }          }
36    
37          void testFindName(int count)  throws SQLException {          void testFindName(int count)  throws SQLException {
                 Random r = new Random();  
38                                    
39                  StationDAO db = new StationDAO();                  StationDAO db = new StationDAO();
40                                    
# Line 52  public class TestServlet extends HttpSer Line 52  public class TestServlet extends HttpSer
52          }          }
53                    
54          void testFindFavorites(int count)  throws SQLException {          void testFindFavorites(int count)  throws SQLException {
                 Random r = new Random();  
55                                    
56                  StationDAO db = new StationDAO();                  StationDAO db = new StationDAO();
57                                    

Legend:
Removed from v.850  
changed lines
  Added in v.851

  ViewVC Help
Powered by ViewVC 1.1.20