@@ -229,8 +229,8 @@ init.studies.dataset.stand <- function(variables)
229229 {
230230 builder <- DSI :: newDSLoginBuilder(.silent = TRUE )
231231 builder $ append(server = " sim1" , url = ds.test_env $ server_url_1 , user = ds.test_env $ user_1 , password = ds.test_env $ password_1 , table = " STANDARDISE.std_1" , options = ds.test_env $ options_1 )
232- builder $ append(server = " sim2" , url = ds.test_env $ server_url_2 , user = ds.test_env $ user_2 , password = ds.test_env $ password_2 , table = " STANDARDISE.std_1 " , options = ds.test_env $ options_2 )
233- builder $ append(server = " sim3" , url = ds.test_env $ server_url_3 , user = ds.test_env $ user_3 , password = ds.test_env $ password_3 , table = " STANDARDISE.std_1 " , options = ds.test_env $ options_3 )
232+ builder $ append(server = " sim2" , url = ds.test_env $ server_url_2 , user = ds.test_env $ user_2 , password = ds.test_env $ password_2 , table = " STANDARDISE.std_2 " , options = ds.test_env $ options_2 )
233+ builder $ append(server = " sim3" , url = ds.test_env $ server_url_3 , user = ds.test_env $ user_3 , password = ds.test_env $ password_3 , table = " STANDARDISE.std_3 " , options = ds.test_env $ options_3 )
234234 ds.test_env $ login.data <- builder $ build()
235235 }
236236 else if (ds.test_env $ driver == " ArmadilloDriver" )
@@ -286,8 +286,8 @@ init.studies.dataset.stand <- function(variables)
286286 {
287287 builder <- DSI :: newDSLoginBuilder(.silent = TRUE )
288288 builder $ append(server = " sim1" , url = ds.test_env $ server_url_1 , user = ds.test_env $ user_1 , password = ds.test_env $ password_1 , table = " STANDARDISE.std_1" , options = ds.test_env $ options_1 )
289- builder $ append(server = " sim2" , url = ds.test_env $ server_url_2 , user = ds.test_env $ user_2 , password = ds.test_env $ password_2 , table = " STANDARDISE.std_1 " , options = ds.test_env $ options_2 )
290- builder $ append(server = " sim3" , url = ds.test_env $ server_url_3 , user = ds.test_env $ user_3 , password = ds.test_env $ password_3 , table = " STANDARDISE.std_1 " , options = ds.test_env $ options_3 )
289+ builder $ append(server = " sim2" , url = ds.test_env $ server_url_2 , user = ds.test_env $ user_2 , password = ds.test_env $ password_2 , table = " STANDARDISE.std_2 " , options = ds.test_env $ options_2 )
290+ builder $ append(server = " sim3" , url = ds.test_env $ server_url_3 , user = ds.test_env $ user_3 , password = ds.test_env $ password_3 , table = " STANDARDISE.std_3 " , options = ds.test_env $ options_3 )
291291 ds.test_env $ login.data <- builder $ build()
292292 }
293293 else if (ds.test_env $ driver == " ArmadilloDriver" )
0 commit comments