mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Removed broken test
- It was not only broken between easter and midsommarafton, but just performing an additional comparison. Not needed.
This commit is contained in:
parent
1625dd6f10
commit
a3cc616151
1 changed files with 1 additions and 2 deletions
|
@ -55,7 +55,7 @@ void testInit (UnitTest& t, const std::string& value, Variant& var)
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
int main (int, char**)
|
||||
{
|
||||
UnitTest t (106);
|
||||
UnitTest t (105);
|
||||
|
||||
Variant sunday; testInit (t, "sunday", sunday);
|
||||
Variant monday; testInit (t, "monday", monday);
|
||||
|
@ -172,7 +172,6 @@ int main (int, char**)
|
|||
t.ok (now < someday, "now < someday");
|
||||
t.ok (goodfriday < easter, "goodfriday < easter");
|
||||
t.ok (easter < eastermonday, "easter < eastermonday");
|
||||
t.ok (easter < midsommarafton, "easter < midsommarafton");
|
||||
t.ok (midsommarafton < midsommar, "midsommarafton < midsommar");
|
||||
t.ok (juhannus == midsommarafton, "juhannus == midsommarafton");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue