Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Acceptancetest/src/test/java/acceptancetest/acat.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ public class acat {
public HtmlUnitDriver driver;
//public WebDriver driver;
public WebDriverWait wait;
public String URL = "http://172.31.45.127:8080/ProdWebapp";
public String URL1 = "http://172.31.45.127:8080/ProdWebapp/avncreatepage.jsp";
public String URL = "http://3.138.194.237:8080/ProdWebapp";
public String URL1 = "http://3.138.194.237:8080/ProdWebapp/avncreatepage.jsp";
//public String URL = "http://localhost:8080/AVNCommunication-1.0/avnlogin.jsp";
//public String URL1 = "http://localhost:8080/AVNCommunication-1.0/avncreatepage.jsp";

Expand Down
4 changes: 2 additions & 2 deletions functionaltest/src/test/java/functionaltest/ftat.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public class ftat {
public HtmlUnitDriver driver;
//public WebDriver driver;
public WebDriverWait wait;
public String URL = "http://172.31.46.182:8080/QAWebapp/";
public String URL1 = "http://172.31.46.182:8080/QAWebapp/avncreatepage.jsp";
public String URL = "http://172.31.17.59:8080/QAWebapp/";
public String URL1 = "http://172.31.17.59:8080/QAWebapp/avncreatepage.jsp";
//public String URL = "http://localhost:8080/AVNCommunication-1.0/avnlogin.jsp";
//public String URL1 = "http://localhost:8080/AVNCommunication-1.0/avncreatepage.jsp";

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/servlet/cancelpage.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public void doPost(HttpServletRequest req,HttpServletResponse res)
try
{
Class.forName("org.postgresql.Driver");
String jdbcUrl="jdbc:postgresql://172.31.46.182:5432/postgres";
String jdbcUrl="jdbc:postgresql://172.31.17.59:5432/postgres";
String username="postgres";
String password="password";

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/servlet/createpage.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public void doPost(HttpServletRequest req,HttpServletResponse res)
try
{
Class.forName("org.postgresql.Driver");
String jdbcUrl="jdbc:postgresql://172.31.46.182:5432/postgres";
String jdbcUrl="jdbc:postgresql://172.31.17.59:5432/postgres";
String username="postgres";
String password="password";

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/servlet/viewticket.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public void service(HttpServletRequest req,HttpServletResponse res)
try
{
Class.forName("org.postgresql.Driver");
String jdbcUrl="jdbc:postgresql://172.31.46.182:5432/postgres";
String jdbcUrl="jdbc:postgresql://172.31.17.59:5432/postgres";
String username="postgres";
String password="password";

Expand Down