diff --git a/Acceptancetest/src/test/java/acceptancetest/acat.java b/Acceptancetest/src/test/java/acceptancetest/acat.java index 66dc23df9e..f6f90b6cd1 100644 --- a/Acceptancetest/src/test/java/acceptancetest/acat.java +++ b/Acceptancetest/src/test/java/acceptancetest/acat.java @@ -12,8 +12,8 @@ public class acat { public HtmlUnitDriver driver; //public WebDriver driver; public WebDriverWait wait; - public String URL = "http://34.66.40.38:8080/ProdWebapp"; - public String URL1 = "http://34.66.40.38:8080/ProdWebapp/avncreatepage.jsp"; + public String URL = "http://34.66.144.59:8080/ProdWebapp"; + public String URL1 = "http://34.66.144.59: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"; diff --git a/functionaltest/src/test/java/functionaltest/ftat.java b/functionaltest/src/test/java/functionaltest/ftat.java index fbf1c8b3e9..8e1a95cdb8 100644 --- a/functionaltest/src/test/java/functionaltest/ftat.java +++ b/functionaltest/src/test/java/functionaltest/ftat.java @@ -16,8 +16,8 @@ public class ftat { public HtmlUnitDriver driver; //public WebDriver driver; public WebDriverWait wait; - public String URL = "http://35.188.212.13:8080/QAWebapp/"; - public String URL1 = "http://35.188.212.13:8080/QAWebapp/avncreatepage.jsp"; + public String URL = "http://35.184.114.13:8080/QAWebapp/"; + public String URL1 = "http://35.184.114.13: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"; diff --git a/src/test/java/servlet/cancelpage.java b/src/test/java/servlet/cancelpage.java index 9a1d205531..b04d109830 100644 --- a/src/test/java/servlet/cancelpage.java +++ b/src/test/java/servlet/cancelpage.java @@ -17,7 +17,7 @@ public void doPost(HttpServletRequest req,HttpServletResponse res) try { Class.forName("org.postgresql.Driver"); - String jdbcUrl="jdbc:postgresql://35.188.212.13:5432/postgres"; + String jdbcUrl="jdbc:postgresql://35.184.114.13:5432/postgres"; String username="postgres"; String password="password"; diff --git a/src/test/java/servlet/createpage.java b/src/test/java/servlet/createpage.java index 0ae3ee81f9..6996afad3d 100644 --- a/src/test/java/servlet/createpage.java +++ b/src/test/java/servlet/createpage.java @@ -17,7 +17,7 @@ public void doPost(HttpServletRequest req,HttpServletResponse res) try { Class.forName("org.postgresql.Driver"); - String jdbcUrl="jdbc:postgresql://35.188.212.13:5432/postgres"; + String jdbcUrl="jdbc:postgresql://35.184.114.13:5432/postgres"; String username="postgres"; String password="password"; diff --git a/src/test/java/servlet/viewticket.java b/src/test/java/servlet/viewticket.java index 457ebc2808..49720b65d4 100644 --- a/src/test/java/servlet/viewticket.java +++ b/src/test/java/servlet/viewticket.java @@ -16,7 +16,7 @@ public void service(HttpServletRequest req,HttpServletResponse res) try { Class.forName("org.postgresql.Driver"); - String jdbcUrl="jdbc:postgresql://35.188.212.13:5432/postgres"; + String jdbcUrl="jdbc:postgresql://35.184.114.13:5432/postgres"; String username="postgres"; String password="password";