Skip to content

Commit 330128c

Browse files
author
Igor Polevoy
committed
debug logging
1 parent ad97bd4 commit 330128c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

activejdbc/src/test/java/org/javalite/activejdbc/ModelTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ public void shouldGenerateValidUpdateSQLWithTime() {
517517
the(Base.exec(updateSql)).shouldBeEqual(1);
518518

519519
alarm = Alarm.findById(alarm.getId());
520+
System.out.println("ALARM: " + alarm.get("alarm_time").getClass() + " " + alarm.get("alarm_time"));
520521
the(alarm.getTime("alarm_time").toString()).shouldBeEqual(t);
521522
}
522523

0 commit comments

Comments
 (0)