Subversion Repository Public Repository

litesoft

Diff Revisions 911 vs 912 for /trunk/Java/core/Anywhere/tests/org/litesoft/core/simpletypes/temporal/SimpleTimeTest.java

Diff revisions: vs.
  @@ -173,11 +173,11 @@
173 173
174 174 public void test_timeComponent()
175 175 {
176 - chk_TC( "00:00:00.000", UtilDateAdaptor.wall( 1957, 1, 4, 0, 0, 0, 0 ) );
177 - chk_TC( "12:02:29.456", UtilDateAdaptor.wall( 1957, 1, 4, 12, 2, 29, 456 ) );
178 - chk_TC( "12:02:29", UtilDateAdaptor.wall( 1957, 1, 4, 12, 2, 29 ) );
179 - chk_TC( "12:02", UtilDateAdaptor.wall( 1957, 1, 4, 12, 2 ) );
180 - chk_TC( "12", UtilDateAdaptor.wall( 1957, 1, 4, 12 ) );
176 + chk_TC( "00:00:00.000", UtilDateAdaptor.currentWall( 1957, 1, 4, 0, 0, 0, 0 ) );
177 + chk_TC( "12:02:29.456", UtilDateAdaptor.currentWall( 1957, 1, 4, 12, 2, 29, 456 ) );
178 + chk_TC( "12:02:29", UtilDateAdaptor.currentWall( 1957, 1, 4, 12, 2, 29 ) );
179 + chk_TC( "12:02", UtilDateAdaptor.currentWall( 1957, 1, 4, 12, 2 ) );
180 + chk_TC( "12", UtilDateAdaptor.currentWall( 1957, 1, 4, 12 ) );
181 181 }
182 182
183 183 private void chk_TC( String pExpectedString, UtilDateAdaptor pAdaptor )