Test: Fix clerical error

240 - 6 != 236
This commit is contained in:
Wilhelm Schuermann 2015-11-12 17:52:53 +01:00
parent 77283241a9
commit fdda485032

View file

@ -35,7 +35,7 @@ Context context;
////////////////////////////////////////////////////////////////////////////////
int main (int, char**)
{
UnitTest t (236);
UnitTest t (234);
// Ensure environment has no influence.
unsetenv ("TASKDATA");