Project

General

Profile

« Previous | Next » 

Revision 4355

Added by daigle over 15 years ago

Move common constants into MCTestCase base class

View differences:

MCTestCase.java
38 38
    extends TestCase {
39 39
	
40 40
    private static boolean printDebug = false;
41
    
42
	protected static String EML2_0_0 = "EML2_0_0";
43
	protected static String EML2_0_1 = "EML2_0_1";
44
	protected static String EML2_1_0 = "EML2_1_0";
41 45
	
46
	protected boolean SUCCESS = true;
47
	protected boolean FAILURE = false;
48

  
42 49
	static {
43 50
		try {
44 51
			PropertyService.getInstance("build/tests");

Also available in: Unified diff