summaryrefslogtreecommitdiffstats
path: root/src/report-python/test_problem_data2
diff options
context:
space:
mode:
Diffstat (limited to 'src/report-python/test_problem_data2')
-rw-r--r--src/report-python/test_problem_data210
1 files changed, 0 insertions, 10 deletions
diff --git a/src/report-python/test_problem_data2 b/src/report-python/test_problem_data2
deleted file mode 100644
index 3d3692b9..00000000
--- a/src/report-python/test_problem_data2
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/python
-
-from report import *
-
-cd = problem_data()
-cd.add("foo", "bar")
-
-print "foo:", cd.get("foo")
-print "nonexistent:", cd.get("nonexistent")
-print "done"