]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/run_blackbox_tests/test_cases_verify.c
Correctly set device class after joining if the server didn't specify one.
[meshlink] / test / blackbox / run_blackbox_tests / test_cases_verify.c
index e731747799ed8f6edd8c077656cca2d9326aab34..4040c33ed8eb1ca6b2ad1d2c42043f519d0e0697 100644 (file)
@@ -44,10 +44,6 @@ static void test_case_verify_05(void **state);
 static bool test_verify_05(void);
 static void test_case_verify_06(void **state);
 static bool test_verify_06(void);
-static void test_case_verify_07(void **state);
-static bool test_verify_07(void);
-static void test_case_verify_08(void **state);
-static bool test_verify_08(void);
 
 /* State structure for verify API Test Case #1 */
 static black_box_state_t test_case_verify_01_state = {
@@ -120,7 +116,7 @@ bool test_verify_01(void) {
                return false;
        }
 
-       PRINT_TEST_CASE_MSG("meshlink_verify Successfuly verified data\n");
+       PRINT_TEST_CASE_MSG("meshlink_verify Successfully verified data\n");
        return true;
 }
 
@@ -161,7 +157,7 @@ bool test_verify_02(void) {
        meshlink_destroy("verifyconf");
 
        if(!ret) {
-               PRINT_TEST_CASE_MSG("meshlink_sign Successfuly reported error on passing NULL as mesh_handle arg\n");
+               PRINT_TEST_CASE_MSG("meshlink_sign Successfully reported error on passing NULL as mesh_handle arg\n");
                return true;
        }