Commit 347b73f5 authored by Pavel Vainerman's avatar Pavel Vainerman

(SM): вернул тест..

parent f49ef02c
......@@ -25,11 +25,9 @@ void InitTest()
TEST_CASE("[SM]: init from reserv", "[sm][reserv]")
{
InitTest();
/*
CHECK( ui->getValue(500) == -50 );
CHECK( ui->getValue(501) == 1 );
CHECK( ui->getValue(502) == 390 );
CHECK( ui->getValue(503) == 1 );
*/
CHECK( ui->getValue(500) == -50 );
CHECK( ui->getValue(501) == 1 );
CHECK( ui->getValue(503) == 390 );
CHECK( ui->getValue(504) == 1 );
}
// -----------------------------------------------------------------------------
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment