Revision 46105 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.h2spatial/org.gvsig.h2spatial.h2gis132/org.gvsig.h2spatial.h2gis132.provider/src/test/java/org/gvsig/fmap/dal/store/h2/operations/sql/TestResultSetForSetProvider.java

View differences:

TestResultSetForSetProvider.java
338 338

  
339 339
			assertEquals("ResultSetForSetProvider SQL", expectedSQLs.get(1), sql);
340 340
		} catch (Throwable th) {
341
                    LOGGER.warn("",th);
341 342
			throw th;
342 343
		}
343 344
	}
......
392 393

  
393 394
			assertEquals("ResultSetForSetProvider SQL", expectedSQLs.get(10), sql);
394 395
		} catch (Throwable th) {
396
                    LOGGER.warn("", th);
395 397
			throw th;
396 398
		}
397 399
	}

Also available in: Unified diff