func TestRepositoryListEmpty(t *testing.T) {
	if r := createRepository(); r != nil {
		defer resetRepository(t, r)
		repository.TestRepositoryListEmpty(t, r)
	}
}
func TestRepositoryListEmpty(t *testing.T) {
	repository.TestRepositoryListEmpty(t, NewRepository())
}