Project

General

Profile

« Previous | Next » 

Revision 4355

Added by daigle over 15 years ago

Move common constants into MCTestCase base class

View differences:

AccessControlTest.java
79 79
	private String onlinetestdatafile2 = "test/onlineDataFile2";
80 80
	private static final String ALLOWFIRST = "allowFirst";
81 81
	private static final String DENYFIRST = "denyFirst";
82
	private static String EML2_0_0 = "EML2_0_0";
83
	private static String EML2_0_1 = "EML2_0_1";
84
	private static String EML2_1_0 = "EML2_1_0";
85 82

  
86 83
	private Metacat m;
87 84

  
88
	private boolean SUCCESS = true;
89
	private boolean FAILURE = false;
90

  
91 85
	/**
92 86
	 * These variables are for eml-2.0.1 only. For other eml versions, this
93 87
	 * function might have to modified

Also available in: Unified diff