Displaying differences for changeset
 
display as  

test/service_tests/STest.java

@@ -17,7 +17,8 @@
 
     @Rule
     public TestName name = new TestName();
-
+    
+   
     private void run() throws Exception {
         String testFolder = new File(getClass().getCanonicalName().replace('.', '/')).getParent();
         JSONArray r = ServiceTest2.run(new Properties(), "test/" + testFolder + "/" + name.getMethodName() + ".json");
@@ -52,7 +53,7 @@
 
            This is it! 
     */
-    @Test public void  m_nutrient_slp_1_0__moderate() throws Exception { run(); }
+//    @Test public void  m_nutrient_slp_1_0__moderate() throws Exception { run(); }
     @Test public void  m_ipmscoresfull_1_0_1__getfull() throws Exception { run(); }
     @Test public void  m_pestlosspot_1_0__test_1() throws Exception { run(); }
     @Test public void  m_pestipmscoresfull_1_0__test_1() throws Exception { run(); }
@@ -60,8 +61,6 @@
     @Test public void  m_pesticide_practice_score_1_0__test_1() throws Exception { run(); }
 
     
-
-
     
 
     // .. more here

web/META-INF/csip-conf.json

@@ -9,7 +9,6 @@
   "mssql-ssurgo.db": "jdbc:sqlserver:\/\/129.82.20.241:1433;databaseName=conservation_resources;user=rset-r;password=cs1prs3t",
   "mssql-ssurgo.db.driver":"com.microsoft.sqlserver.jdbc.SQLServerDriver",
   "rse-sql.db.driver":"com.microsoft.sqlserver.jdbc.SQLServerDriver",
-  "wqm.db": "jdbc:postgresql://csip.engr.colostate.edu:5435/wqm?user=postgres&password=admin",
-  "csip-wqm.version" : "$version: 0.2.32 db5221589af1 2016-04-20 anvesh<anvesh@cs.colostate.edu>, built at 2016-04-20 14:14 by od$"
+  "wqm.db": "jdbc:postgresql://csip.engr.colostate.edu:5435/wqm?user=postgres&password=admin"
 }
 

web/WEB-INF/csip-defaults.json

@@ -1,4 +1,4 @@
 { 
-    "csip-wqm.version": "$version: 0.2.32 db5221589af1 2016-04-20 anvesh<anvesh@cs.colostate.edu>, built at 2016-04-20 14:14 by od$"
+    "csip-wqm.version": "$version: 0.2.44 23641a4e49d7 2016-04-20 Sandeep Kasavaraju, built at 2016-04-21 08:30 by od$"
 }