Errata for Test Driven Development for Embedded C
We try to keep our books accurate, but sometimes mistakes creep in. This page lists the errors submitted by our astute readers. If you've found a new error, please submit it.
The latest version of the book is P2.0, released 12 days ago. If you've bought a PDF of the book and would like to upgrade it to this version (for free), visit your home page.
| Paper | Description | Found in | Fixed in | |
|---|---|---|---|---|
| 108 |
#49211: Section 6.4, paragraph two reads "... and load tests should help determine whether the system can meets its design limit".
-Either drop the...more...
|
P1.0
26-Apr-12 |
||
| 112 |
#49212: Last sentence of section 6.8 reads "Simulating a sequence of interactions is much less complex than a simulation of the whole and very effecti...more...
|
P1.0
27-Apr-12 |
||
| 232 |
#49195: This test:
TEST(LightController, AddingDriverDestroysPrevious )
{
LightDriver spy = LightDriverSpy_Create(1);
LightController_Add(1,...more...
|
P1.0
25-Apr-12 |
