Fix: change default channel values in unit test
[lttng-tools.git] / tests / tools / test_kernel_data_trace.c
index 70d71cadb2e280185a0eafdc3e1323c26609434c..db2064e226f120c935dd912cc1b20ce2e0822d5d 100644 (file)
@@ -103,9 +103,9 @@ static void create_kernel_metadata(void)
        assert(kern->metadata->conf->attr.num_subbuf
                        == DEFAULT_METADATA_SUBBUF_NUM);
        assert(kern->metadata->conf->attr.switch_timer_interval
-                       == DEFAULT_CHANNEL_SWITCH_TIMER);
+                       == DEFAULT_KERNEL_CHANNEL_SWITCH_TIMER);
        assert(kern->metadata->conf->attr.read_timer_interval
-                       == DEFAULT_CHANNEL_READ_TIMER);
+                       == DEFAULT_KERNEL_CHANNEL_READ_TIMER);
        assert(kern->metadata->conf->attr.output
                        == DEFAULT_KERNEL_CHANNEL_OUTPUT);
        PRINT_OK();
This page took 0.025784 seconds and 5 git commands to generate.