summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-08 17:52:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-08 17:52:47 +0000
commitd35734dd77149fc96d3a282c16d6eb4c84ec3d66 (patch)
tree526e8f6ccce004b986823b5a00e3ecd070ff2cff /testsuites/itrontests/ChangeLog
parent2009-12-08 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d35734dd77149fc96d3a282c16d6eb4c84ec3d66.tar.bz2
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* itronmbf01/init.c, itronsem01/init.c, itronsem01/system.h, itrontask02/dormant.c, itrontask02/init.c, itrontask03/init.c, itrontask03/preempt.c: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
Diffstat (limited to 'testsuites/itrontests/ChangeLog')
-rw-r--r--testsuites/itrontests/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog
index 4c456f70fd..669cacfe2e 100644
--- a/testsuites/itrontests/ChangeLog
+++ b/testsuites/itrontests/ChangeLog
@@ -1,3 +1,11 @@
+2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * itronmbf01/init.c, itronsem01/init.c, itronsem01/system.h,
+ itrontask02/dormant.c, itrontask02/init.c, itrontask03/init.c,
+ itrontask03/preempt.c: Use rtems_test_assert() consistently instead
+ of system assert(). rtems_test_assert() is designed to integrate into
+ the RTEMS test suite infrastructure.
+
2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* itrontime01/init.c: Use %ld to print "time"s.