--- android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/TestServlet.java 2010/09/22 23:04:58 1108 +++ android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/TestServlet.java 2010/09/22 23:09:26 1109 @@ -63,7 +63,7 @@ for (int j=0; j0) sb.append(','); - sb.append(r.nextInt(400)); + sb.append(r.nextInt(400)+1); } db.getByList(sb.toString());