Project

General

Profile

« Previous | Next » 

Revision 4231

Added by daigle over 15 years ago

Convert properties to camel case

View differences:

BuildIndexTest.java
62 62
	static {
63 63
		try {
64 64
			PropertyService.getInstance("build/tests");
65
		    metacatUrl = PropertyService.getProperty("test.metacat.url");
66
			username = PropertyService.getProperty("test.mcuser");
67
			password = PropertyService.getProperty("test.mcpassword");
65
		    metacatUrl = PropertyService.getProperty("test.metacatUrl");
66
			username = PropertyService.getProperty("test.mcUser");
67
			password = PropertyService.getProperty("test.mcPassword");
68 68
		} catch (PropertyNotFoundException pnfe) {
69 69
			System.err.println("Could not get property in static block: " 
70 70
					+ pnfe.getMessage());
......
112 112
    {
113 113
        try {
114 114
        	PropertyService.getInstance("build/tests");
115
            metacatUrl = PropertyService.getProperty("test.metacat.url");
115
            metacatUrl = PropertyService.getProperty("test.metacatUrl");
116 116
        } catch (ServiceException se) {
117 117
            fail(se.getMessage());
118 118
        } catch (PropertyNotFoundException pnfe) {

Also available in: Unified diff