BasicTestCase.java (ef39d40d) | BasicTestCase.java (ffd43a0a) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 98 unchanged lines hidden (view full) --- 107 oBasicHandler.perform("setValue", "adabasUrl = \"sdbc:adabas:" + 108 tParam.get("adabas.url") + "\""); 109 oBasicHandler.perform("setValue", "adabasUser = \"" + 110 tParam.get("adabas.user") + "\""); 111 oBasicHandler.perform("setValue", "adabasPassword = \"" + 112 tParam.get("adabas.password") + "\""); 113 oBasicHandler.perform("setValue", "adoUrl = \"sdbc:ado:" + 114 tParam.get("ado.url") + "\""); | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 98 unchanged lines hidden (view full) --- 107 oBasicHandler.perform("setValue", "adabasUrl = \"sdbc:adabas:" + 108 tParam.get("adabas.url") + "\""); 109 oBasicHandler.perform("setValue", "adabasUser = \"" + 110 tParam.get("adabas.user") + "\""); 111 oBasicHandler.perform("setValue", "adabasPassword = \"" + 112 tParam.get("adabas.password") + "\""); 113 oBasicHandler.perform("setValue", "adoUrl = \"sdbc:ado:" + 114 tParam.get("ado.url") + "\""); |
115 oBasicHandler.perform("setValue", "mozabUrl = \"sdbc:address:" + 116 tParam.get("mozab.url") + "\""); | |
117 } catch (BasicException e) { 118 log.println(e.info); 119 throw new RuntimeException(e.info); 120 } 121 } 122 123 /** 124 * Create the environment for the test. This is done by BASIC. --- 50 unchanged lines hidden --- | 115 } catch (BasicException e) { 116 log.println(e.info); 117 throw new RuntimeException(e.info); 118 } 119 } 120 121 /** 122 * Create the environment for the test. This is done by BASIC. --- 50 unchanged lines hidden --- |