Subversion Repository Public Repository

litesoft

Diff Revisions 873 vs 893 for /trunk/Java/core/Anywhere/tests/org/litesoft/core/simpletypes/temporal/CalendarYTest.java

Diff revisions: vs.
  @@ -28,9 +28,6 @@
28 28 chkCB( "1996a" );
29 29 chkCB( "1996/a" );
30 30 chkCB( "1996/1/a" );
31 - // Bad Dates
32 - chkCB( "2000/0" );
33 - chkCB( "2000/13" );
34 31
35 32 // Too Many Parts
36 33 chkCB( "1996/2" );