fix unit test

db4
Doug Coleman 2008-03-07 11:26:40 -06:00
parent 93950e7d7a
commit 677a1f81ca
1 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,8 @@
USING: calendar calendar.windows kernel tools.test ; USING: calendar calendar.windows kernel tools.test
windows.time ;
[ t ] [ windows-1601 [ timestamp>FILETIME FILETIME>timestamp ] keep = ] unit-test IN: windows.time.tests
[ t ] [ windows-time [ windows-time>FILETIME FILETIME>windows-time ] keep = ] unit-test
[ t ] [ windows-1601 400 years time+ [ timestamp>FILETIME FILETIME>timestamp ] keep = ] unit-test [ t ] [ windows-1601 [ timestamp>FILETIME FILETIME>timestamp ] keep = ] unit-test
[ t ] [ windows-time [ windows-time>FILETIME FILETIME>windows-time ] keep = ] unit-test
[ t ] [ windows-1601 400 years time+ [ timestamp>FILETIME FILETIME>timestamp ] keep = ] unit-test