Project

General

Profile

« Previous | Next » 

Revision 7013

do not subset the list for MS generation testing -- at least not as the default in svn!

View differences:

src/edu/ucsb/nceas/metacat/admin/upgrade/dataone/GenerateSystemMetadata.java
105 105
            idList = IdentifierManager.getInstance().getLocalIdsWithNoSystemMetadata(true);
106 106
            
107 107
            // for testing, subset to a limited random number
108
            boolean test = true;
108
            boolean test = false;
109 109
            if (test) {
110 110
                //idList = DBUtil.getAllDocidsByType(null, true, serverLocation);
111 111
	            int limit = Math.min(idList.size(), 100);

Also available in: Unified diff