~bregma/geis/lp-740311

« back to all changes in this revision

Viewing changes to testsuite/geis2/check_subscription.c

  • Committer: Stephen M. Webb
  • Date: 2011-03-17 00:00:42 UTC
  • mfrom: (115.1.10 lp-733296)
  • Revision ID: stephen.webb@canonical.com-20110317000042-3k3dl2sa4fa2yddq
Implement device enumeration (fixes LP: #733296).

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
      GeisFilter filter;
100
100
      GeisStatus fs;
101
101
 
102
 
      attr = geis_event_attr_by_name(event, "geis-device");
 
102
      attr = geis_event_attr_by_name(event, GEIS_EVENT_ATTRIBUTE_DEVICE);
103
103
      fail_if (!attr, "geis-device attr not found in device event");
104
104
 
105
105
      device = geis_attr_value_to_pointer(attr);