path hooks/event
[lttv.git] / ltt / branches / poly / lttv / lttv / batchtest.c
index ec9472545cfb58be8b0d13804d17a5fa12023a11..d71302719c2fcbdc1c09cdcabe18345b856c55a9 100644 (file)
@@ -673,7 +673,7 @@ static void init()
   //g_assert(lttv_iattribute_find_by_path(attributes, "hooks/event/after",
   //    LTTV_POINTER, &value));
   //*(value.v_pointer) = after_event;
-  g_assert(lttv_iattribute_find_by_path(attributes, "hooks/event/event_hook",
+  g_assert(lttv_iattribute_find_by_path(attributes, "hooks/event",
       LTTV_POINTER, &value));
   *(value.v_pointer) = event_hook;
   g_assert(lttv_iattribute_find_by_path(attributes, "hooks/main/before",
This page took 0.02261 seconds and 4 git commands to generate.