]> gitweb.factorcode.org Git - factor.git/commitdiff
zoneinfo: Add a basic test.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 27 Apr 2013 20:44:59 +0000 (13:44 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 2 May 2013 16:15:40 +0000 (09:15 -0700)
extra/zoneinfo/zoneinfo-tests.factor [new file with mode: 0644]

diff --git a/extra/zoneinfo/zoneinfo-tests.factor b/extra/zoneinfo/zoneinfo-tests.factor
new file mode 100644 (file)
index 0000000..33c7c3e
--- /dev/null
@@ -0,0 +1,7 @@
+! Copyright (C) 2013 Doug Coleman.
+! See http://factorcode.org/license.txt for BSD license.
+USING: kernel tools.test zoneinfo ;
+IN: zoneinfo.tests
+
+{ t }
+[ "PST8PDT" find-zone-rules and >boolean ] unit-test
\ No newline at end of file