Project

General

Profile

« Previous | Next » 

Revision 5390

Added by berkley almost 14 years ago

adding getlogrecords to the rest interface.

View differences:

CrudServiceTest.java
156 156
	        Date fromDate = new Date();
157 157
	        Identifier id = createDoc(token, getTestDoc());
158 158
	        Date toDate = new Date();
159
	        Log lrs = cs.getLogRecords(token, fromDate, toDate);
159
	        Log lrs = cs.getLogRecords(token, fromDate, toDate, null);
160 160
	        assertNotNull(lrs);
161 161
	        assertTrue(lrs.sizeLogEntryList() == 1);
162 162
	        LogEntry lrLogEvent = lrs.getLogEntry(0);

Also available in: Unified diff