fix unit test
parent
93950e7d7a
commit
677a1f81ca
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue