Project

General

Profile

« Previous | Next » 

Revision 3780

Added by daigle about 16 years ago

Changes to remove ANT tokens for the turnkey install project

View differences:

BuildIndexTest.java
56 56
 */
57 57
public class BuildIndexTest extends TestCase
58 58
{
59
    private String metacatUrl = "@systemidserver@@servlet-path@";
59
    private String metacatUrl = MetaCatUtil.getOption("metacatUrl");;
60 60
    private String propertyFileName = 
61
        "@install-dir@/WEB-INF/metacat.properties";
62
    private String username = "@mcuser@";
63
    private String password = "@mcpassword@";
61
    	MetaCatUtil.getOption("installDir") + "/WEB-INF/metacat.properties";
62
    private String username = MetaCatUtil.getOption("mcuser");
63
    private String password = MetaCatUtil.getOption("mcpassword");
64 64
    private String prefix = "test";
65 65
    private String newdocid = null;
66 66
    private String testfile = "test/eml-sample.xml";

Also available in: Unified diff