mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Test
- Unfixed a unit test that got its date bumped along with the copyright.
This commit is contained in:
parent
a409923916
commit
bcd414aad7
1 changed files with 2 additions and 2 deletions
|
@ -264,8 +264,8 @@ int main (int argc, char** argv)
|
|||
t.is (e5.toString (), "4/4/2010", "Easter 4/4/2010");
|
||||
Date e6 (Date::easter(2011));
|
||||
t.is (e6.toString (), "4/24/2011", "Easter 4/24/2011");
|
||||
Date e7 (Date::easter(2013));
|
||||
t.is (e7.toString (), "4/8/2013", "Easter 4/8/2013");
|
||||
Date e7 (Date::easter(2012));
|
||||
t.is (e7.toString (), "4/8/2012", "Easter 4/8/2012");
|
||||
Date e8 (Date::easter(2020));
|
||||
t.is (e8.toString (), "4/12/2020", "Easter 4/12/2020");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue