Revision 27361 trunk/extensions/extRemoteSensing/src-test/org/gvsig/remotesensing/processtest/TPCImageProcess.java

View differences:

TPCImageProcess.java
113 113
		iProcess.addParam("selectedComponents",new boolean[]{true,true,true});
114 114
		iProcess.run();
115 115
		result=iProcess.getBufferResult();
116
		compare();
116
		try {
117
			compare();
118
		} catch (InterruptedException e) {
119
		}
117 120
	}
118 121
	
119
	private void compare() {
122
	private void compare() throws InterruptedException {
120 123
		
121 124
		// Mismo numero de bandas
122 125
		assertEquals(result.getBandCount(),3);

Also available in: Unified diff