package.tests: Fix failure caused by wrong order of visit IDs
The in-mem/cass storage used to sort visits by (id, date).
The last releases now sort by (date, id) like postgresql, but
this test did not expect it.
This commit instantiate the loader *after* picking a date
for the dummy visit, so the loader's visit always comes after
the dummy one.