Lib unit tests have been renamed to tests.

This commit is contained in:
Igor Sysoev
2017-08-30 00:31:02 +03:00
parent 92f3b85298
commit cdc7e4479f
23 changed files with 326 additions and 337 deletions

View File

@@ -140,6 +140,6 @@ nxt_utf8_file_name_test(nxt_thread_t *thr)
nxt_file_delete(uc_file.name);
}
nxt_log_error(NXT_LOG_NOTICE, thr->log, "utf8 file name unit test passed");
nxt_log_error(NXT_LOG_NOTICE, thr->log, "utf8 file name test passed");
return NXT_OK;
}