From fc1a5c5f0021570c33c8e52e755eb1f20b10f0eb Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Thu, 9 Jun 2011 10:00:51 +0200 Subject: [abrt] whole code is moved to libreport --- src/report-python/test_problem_data | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/report-python/test_problem_data (limited to 'src/report-python/test_problem_data') diff --git a/src/report-python/test_problem_data b/src/report-python/test_problem_data deleted file mode 100644 index 16f1f9ae..00000000 --- a/src/report-python/test_problem_data +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/python - -from report import * - -cd = problem_data() -cd.add("foo", "bar") - -dd = cd.create_dump_dir() - -if dd: - print "dd is nonzero" -else: - print "dd is zero" - -print "closing" -dd.close() - -if dd: - print "dd is nonzero" -else: - print "dd is zero" -- cgit