summaryrefslogtreecommitdiffhomepage
path: root/test/nxt_utf8_file_name_test.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-08-30 00:31:02 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-08-30 00:31:02 +0300
commitcdc7e4479ff5aa08df0857a13a7acd7a00b79c89 (patch)
treea57bf9251fc79d9ef7bd3d33b1d05f3813dc3d4a /test/nxt_utf8_file_name_test.c
parent92f3b852981c739a2e6ff6d50dc646fe86031b27 (diff)
downloadunit-cdc7e4479ff5aa08df0857a13a7acd7a00b79c89.tar.gz
unit-cdc7e4479ff5aa08df0857a13a7acd7a00b79c89.tar.bz2
Lib unit tests have been renamed to tests.
Diffstat (limited to 'test/nxt_utf8_file_name_test.c')
-rw-r--r--test/nxt_utf8_file_name_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nxt_utf8_file_name_test.c b/test/nxt_utf8_file_name_test.c
index 9eccc147..dc08f7e5 100644
--- a/test/nxt_utf8_file_name_test.c
+++ b/test/nxt_utf8_file_name_test.c
@@ -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;
}