Project

General

Profile

« Previous | Next » 

Revision 3780

Added by daigle over 16 years ago

Changes to remove ANT tokens for the turnkey install project

View differences:

MetaCatServletTest.java
188 188
   */
189 189
  public void testLterReferralLogin()
190 190
  {
191
    String user="@lter-user@";
192
    String passwd="@lter-pass@";
191
    String user=MetaCatUtil.getOption("lteruser");
192
    String passwd=MetaCatUtil.getOption("lterpassword");
193 193
    assertTrue(logIn(user,passwd));
194 194
    
195 195
  }
......
210 210
   */
211 211
   public void testPiscoReferralLogin()
212 212
  {
213
    String user="@pisco-user@";;
214
    String passwd="@pisco-pass@";;
213
	String user=MetaCatUtil.getOption("piscouser");
214
	String passwd=MetaCatUtil.getOption("piscopassword");
215 215
    assertTrue(logIn(user,passwd));
216 216
    //assertTrue( withProtocol.getProtocol().equals("http"));
217 217
  }

Also available in: Unified diff