handover_test: add test 32: half used TCH/H on dyn TS

Shows undesired behavior of moving a TCH/H from a fully used dyn TS
leading to two half-used dyn TS, rather than moving the half-used dyn TS
that would lead to completely freeing a dyn TS.

Change-Id: I3beaa95d12ca0a19d4d1a732f3e22558e68ee29c
diff --git a/tests/testsuite.at b/tests/testsuite.at
index bd6f56f..afff9c5 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -242,3 +242,9 @@
 cat $abs_srcdir/handover/handover_test.ok > expout
 AT_CHECK([$abs_top_builddir/tests/handover/handover_test 31], [], [expout], [ignore])
 AT_CLEANUP
+
+AT_SETUP([handover test 32])
+AT_KEYWORDS([handover])
+cat $abs_srcdir/handover/handover_test.ok > expout
+AT_CHECK([$abs_top_builddir/tests/handover/handover_test 32], [], [expout], [ignore])
+AT_CLEANUP