1 2 3 4 5 6 7 8 9 | ----------------------------------------------------------------------
FAIL: migration_internal_test.go:18: MigrationSuite.TestKnownCollections
migration_internal_test.go:168:
// If this test fails, it means that a new collection has been added
// but migrations for it has not been done. This is a Bad Thing™.
c.Assert(remainder, gc.HasLen, 0)
... obtained set.Strings = set.Strings{"sshhostkeys":true}
... n int = 0
|