Skip to content

Commit

Permalink
tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akiik committed Apr 28, 2013
1 parent f333eaa commit ff33981
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 32 deletions.
Binary file modified build/classes/bigmac/PostCandidateServlet.class
Binary file not shown.
Binary file removed install/apache-tomcat-7.0.39.exe
Binary file not shown.
31 changes: 0 additions & 31 deletions installer.bat

This file was deleted.

2 changes: 1 addition & 1 deletion src/bigmac/PostCandidateServlet.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public void doPost(HttpServletRequest request, HttpServletResponse response)
// Prepare the values
String SQLString;

int person = 137;
int person = 16;
String party = request.getParameter("erakonnad");
String region = request.getParameter("piirkond");
if (party !=null && region != null){
Expand Down

0 comments on commit ff33981

Please sign in to comment.