]> gitweb.factorcode.org Git - factor.git/commitdiff
Move two unit tests
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 7 Dec 2008 14:39:16 +0000 (08:39 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 7 Dec 2008 14:39:16 +0000 (08:39 -0600)
basis/calendar/calendar-tests.factor
extra/math/finance/finance-tests.factor
extra/taxes/usa/usa-tests.factor

index 943ba8c3d56eccb35a1f089f5d56a286e914e580..00d5730745728979aa94b2e49007e9e0f7327e07 100644 (file)
@@ -167,5 +167,3 @@ IN: calendar.tests
 [ t ] [ now 50 milliseconds sleep now before? ] unit-test
 [ t ] [ now 50 milliseconds sleep now swap after? ] unit-test
 [ t ] [ now 50 milliseconds sleep now 50 milliseconds sleep now swapd between? ] unit-test
-
-[ 4+1/6 ] [ 100 semimonthly ] unit-test
index dce701bb2f984fd3a139887ad38aaed0caa9b1a0..fc4ad0d07e928244d253fd5fa257be263c933d79 100644 (file)
@@ -6,3 +6,4 @@ IN: math.finance.tests
 
 [ { 1 3 1 } ] [ { 1 3 2 6 3 } 2 momentum ] unit-test
 
+[ 4+1/6 ] [ 100 semimonthly ] unit-test
index 002299fef17ef281ab7be7550f0508aee4dc020e..6c12a423eb85c7499a3ec888da6db6d6c4b0cf97 100644 (file)
@@ -1,6 +1,6 @@
 USING: kernel money tools.test
 taxes.usa taxes.usa.federal taxes.usa.mn
-calendar taxes.usa.w4 usa-cities ;
+calendar taxes.usa.w4 usa-cities math.finance ;
 IN: taxes.usa.tests
 
 [