summaryrefslogtreecommitdiffstats
path: root/src/report-python/test_full
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-12-22 14:49:03 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-12-22 14:49:03 +0100
commit639ebf76098f56ce33d9b774acc11f4a8e60be3d (patch)
treee73a8057641776a2ae3bc1ac917991137c8b26c7 /src/report-python/test_full
parentdf1b1d501106687fcf0039dc9771c4455c346df5 (diff)
src/report-python: expose CD_FLAG_foo constants to Python wrapper
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/report-python/test_full')
-rwxr-xr-xsrc/report-python/test_full2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report-python/test_full b/src/report-python/test_full
index a9f32034..05020f05 100755
--- a/src/report-python/test_full
+++ b/src/report-python/test_full
@@ -22,6 +22,6 @@ def log_function(line):
cd = crash_data()
cd.add("foo", "bar")
-cd.add("analyzer", "baz")
+cd.add("analyzer", "baz", CD_FLAG_ISNOTEDITABLE)
r = run_event_on_crash_data(cd, "post-create", log_function)
print "Result:", r