summaryrefslogtreecommitdiff
path: root/cesar/mac/common
diff options
context:
space:
mode:
authorNicolas Schodet2012-07-24 17:38:21 +0200
committerNicolas Schodet2012-07-24 17:38:21 +0200
commit8093089f7ffd88bef454af60bb55d3d109113270 (patch)
treed373c04f9a987ca8698d3acfa61a2f90bbd204dc /cesar/mac/common
parent8b305e12f6351ece2121698287374cbfdda0ee56 (diff)
cesar/mac/common/test/mfs: add comment to explain test values, refs #3087
Diffstat (limited to 'cesar/mac/common')
-rw-r--r--cesar/mac/common/test/mfs/src/test_mfs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cesar/mac/common/test/mfs/src/test_mfs.c b/cesar/mac/common/test/mfs/src/test_mfs.c
index 1e688ea457..60fc70dfd8 100644
--- a/cesar/mac/common/test/mfs/src/test_mfs.c
+++ b/cesar/mac/common/test/mfs/src/test_mfs.c
@@ -46,7 +46,9 @@ mfs_tx_max_seg_nb_test_case (test_t t)
{
/* Make an allocation to initialise the allocator. */
blk_release (blk_alloc ());
- /* Now test. */
+ /* Now test. The test uses plain numbers as it do not have access to the
+ * macros defined in the code. This must be modified if macros are
+ * changed. Values also depend on blk configuration. */
test_case_begin (t, "mfs_tx_max_seg_nb");
test_begin (t, "default")
{