Revision 9195
Added by Jing Tao over 9 years ago
test/edu/ucsb/nceas/metacattest/PISCOAccountTest.java | ||
---|---|---|
52 | 52 |
* Establish a testing framework by initializing appropriate objects |
53 | 53 |
*/ |
54 | 54 |
public void setUp() { |
55 |
|
|
55 |
super.setUp(); |
|
56 | 56 |
} |
57 | 57 |
|
58 | 58 |
/** |
Also available in: Unified diff
Fixed an null pointer issue in this class.