Project

General

Profile

« Previous | Next » 

Revision 4126

Added by daigle almost 16 years ago

Use qualified test properties

View differences:

OnlineDataAccessTest.java
62 62
	static {
63 63
		try {
64 64
		    metacatUrl = SystemUtil.getServletURL();
65
			username = PropertyService.getProperty("mcuser");
66
			password = PropertyService.getProperty("mcpassword");
67
			anotheruser = PropertyService.getProperty("mcanotheruser");
68
			anotherpassword = PropertyService.getProperty("mcanotherpassword");
65
			username = PropertyService.getProperty("test.mcuser");
66
			password = PropertyService.getProperty("test.mcpassword");
67
			anotheruser = PropertyService.getProperty("test.mcanotheruser");
68
			anotherpassword = PropertyService.getProperty("test.mcanotherpassword");
69 69
		} catch (PropertyNotFoundException pnfe) {
70 70
			System.err.println("Could not get property in static block: " 
71 71
					+ pnfe.getMessage());

Also available in: Unified diff