| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
| |
The ad hoc specification of fixtures has been an ongoing source
of bugs in the tests. The straw that broke the camel’s back is
that 7c6eb09 requires the fixtures to be loaded in order (i.e.
children before their parents), and it would have been a painful
process to reorder all the dozens of different fixture lists,
but the test system ought to be more reliable this way.
|
|
|
|
|
| |
I was seeing some test failures, apparently caused by inadequate test
isolation. This change fixed them.
|
| |
|
| |
|
|
|
|
|
| |
so that we can run rake spec:db:fixtures:load without it choking on
the files that aren't fixtures.
|
|
|
|
| |
field of an incoming email have unquoted display parts - with this patch, each address is returned by the TMail to() function, without it only the last one is returned.
|
| |
|
| |
|
|
|