aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changes/115077
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/11507 b/changes/11507
new file mode 100644
index 000000000..f656d9080
--- /dev/null
+++ b/changes/11507
@@ -0,0 +1,7 @@
+ o Testing support:
+ - New macros in test.h to simplify writting mock-functions for unit
+ tests. Part of ticket 11507. Patch from Dana Koch.
+
+ o Testing:
+ - Complete tests for the status.c module. Resolves ticket 11507.
+ Patch from Dana Koch.