Project

General

Profile

« Previous | Next » 

Revision 7101

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

View differences:

MNodeServiceTest.java
816 816
	    int count = 1;
817 817
    
818 818
      log = MNodeService.getInstance(request).getLogRecords(session, fromDate, toDate, 
819
        event, start, count, null);
819
        event, null, start, count);
820 820
      
821 821
      assertNotNull(log);      
822 822
      assertTrue(log.getCount() == count);

Also available in: Unified diff