Home
last modified time | relevance | path

Searched refs:countAfterUpload (Results 1 – 1 of 1) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/tests/
H A Dtest_webapi.cpp95 const int countAfterUpload = WEB_CGameListForUser(CGAME, CATEGORY, web_userid->integer); in testFileManagement() local
96 CU_ASSERT_TRUE_FATAL(countAfterUpload != -1); in testFileManagement()
97 CU_ASSERT_TRUE_FATAL(countAfterUpload >= 1); in testFileManagement()
101 CU_ASSERT_EQUAL_FATAL(countAfterDelete, countAfterUpload - 1); in testFileManagement()