28 Apr
2006
28 Apr
'06
4:41 p.m.
Before I did some other changes that would require adding a new verb, I setup a unit test on verbs explicitly. In doing so, I discovered that Verb::getbyid() fails if the id has any dots in it.
To see the problem, just update and do a 'make check'. You should then see the warning come up for that (I made it a warning for the moment, instead of a failure).
So, does anyone have ideas about this and how to fix it?