Project

General

Profile

« Previous | Next » 

Revision 7101

change ordering of getLogRecords() parameter -- pidFilter is in the middle now

View differences:

CNodeServiceTest.java
166 166
		    int count = 1;
167 167
	    
168 168
		    Log log = CNodeService.getInstance(request).getLogRecords(session, fromDate, toDate, 
169
		    	event, start, count, null);
169
		    	event, null, start, count);
170 170
		    assertNotNull(log);
171 171
		    assertTrue(log.getCount() == count);
172 172
		    assertTrue(log.getStart() == start);

Also available in: Unified diff