|
@@ -116,7 +116,7 @@ class Event(dict):
|
|
|
if not self.has_key(t) or not other.has_key(t):
|
|
if not self.has_key(t) or not other.has_key(t):
|
|
|
continue
|
|
continue
|
|
|
if not data_equal(self[t], other[t]):
|
|
if not data_equal(self[t], other[t]):
|
|
|
- log.warning("expected %s=%s, got %s" % (t, self[t], other[t]))
|
|
|
|
|
|
|
+ log.warning("expected %s=%s, got %s" % (t, self[t], other[t]))
|
|
|
|
|
|
|
|
# Test file description needs to have following sections:
|
|
# Test file description needs to have following sections:
|
|
|
# [config]
|
|
# [config]
|