Project

General

Profile

« Previous | Next » 

Revision 6596

make MNodeServiceTest pass JUnit testing

View differences:

HazelcastService.java
345 345
			// warrants a replication event, what type (DATA, METADATA, RESOURCE),
346 346
			// iteratively lock the PID, create and submit the tasks, and expect a
347 347
			// result back. Deal with exceptions.
348
			boolean isMetadata = D1NodeService.isScienceMetadata(event.getValue());
349
			// TODO: do we need to do anything explicit here?
348
			SystemMetadata sysmeta = event.getValue();
349
			if (sysmeta != null) {
350
				boolean isMetadata = D1NodeService.isScienceMetadata(event.getValue());
351
				// TODO: do we need to do anything explicit here?
352
			}
350 353
	  
351 354
	}
352 355
	

Also available in: Unified diff