]> granicus.if.org Git - esp-idf/commitdiff
unit-test: esp timer use same name as ets timer
authorHe Yin Ling <heyinling@espressif.com>
Wed, 13 Sep 2017 14:17:24 +0000 (22:17 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 19 Oct 2017 13:35:21 +0000 (21:35 +0800)
We will use case name to select test cases in UT jobs.
Same case name is not allowed.

components/esp32/test/test_esp_timer.c

index 246aac9d86130da7a557dc2d65db52d0e49fe573..65eb8f1e4e3b66128f8f19ba48642b35fd88ee8a 100644 (file)
@@ -103,7 +103,7 @@ TEST_CASE("esp_timer produces correct delay", "[esp_timer]")
     esp_timer_delete(timer1);
 }
 
-TEST_CASE("periodic ets_timer produces correct delays", "[esp_timer]")
+TEST_CASE("periodic esp_timer produces correct delays", "[esp_timer]")
 {
     // no, we can't make this a const size_t (ยง6.7.5.2)
 #define NUM_INTERVALS 16