Project

General

Profile

« Previous | Next » 

Revision 6130

organize imports so that it is clearer what dependencies exist on the D1 jars

View differences:

MetadataTypeRegisterTest.java
24 24

  
25 25
package edu.ucsb.nceas.metacat.dataone;
26 26

  
27
import edu.ucsb.nceas.MCTestCase;
28 27
import junit.framework.Test;
29 28
import junit.framework.TestSuite;
30 29

  
31 30
import org.dataone.client.ObjectFormatCache;
32 31
import org.dataone.service.exceptions.NotFound;
33
import org.dataone.service.types.*;
32
import org.dataone.service.types.ObjectFormat;
34 33

  
34
import edu.ucsb.nceas.MCTestCase;
35

  
35 36
/**
36 37
 * A JUnit test for testing the dataone MetadataTypeRegister class
37 38
 */

Also available in: Unified diff