Creating test database... Syncing... Creating table south_migrationhistory Migrating... Synced: > south Migrated: - ...........F.......F..F..F.F............................... ====================================================================== FAIL: test_forwards_plan (south.tests.logic.TestMigration) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/carljm/projects/django/apps/south/south/tests/logic.py", line 143, in test_forwards_plan [m.forwards_plan() for m in self.otherfakeapp], AssertionError: [[, ], [, , ], [, , , , , ]] != [[, ], [, , ], [, , , , , ]] ====================================================================== FAIL: test_backwards_plan (south.tests.logic.TestMigrationDependencies) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/carljm/projects/django/apps/south/south/tests/logic.py", line 352, in test_backwards_plan ], [m.backwards_plan() for m in self.deps_a]) AssertionError: [[, , , , , , , , , ], [, , , , , , , , ], [, , , , , ], [, ], []] != [[, , , , , , , , , ], [, , , , , , , , ], [, , , , , ], [, ], []] ====================================================================== FAIL: test_forwards_plan (south.tests.logic.TestMigrationDependencies) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/carljm/projects/django/apps/south/south/tests/logic.py", line 292, in test_forwards_plan [m.forwards_plan() for m in self.deps_b]) AssertionError: [[], [, , , ], [, , , , , ], [, , , , , , ], [, , , , , , , ]] != [[], [, , , ], [, , , , , ], [, , , , , , ], [, , , , , , , ]] ====================================================================== FAIL: test_dependencies (south.tests.logic.TestMigrationLogic) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/carljm/projects/django/apps/south/south/tests/logic.py", line 701, in test_dependencies otherfakeapp['0003_third'].forwards_plan()) AssertionError: [, , , , , ] != [, , , , , ] ====================================================================== FAIL: test_migration_merge_forwards (south.tests.logic.TestMigrationLogic) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/carljm/projects/django/apps/south/south/tests/logic.py", line 597, in test_migration_merge_forwards e.problems, AssertionError: [(, )] != [(, ), (, ), (, )] ---------------------------------------------------------------------- Ran 59 tests in 0.440s FAILED (failures=5) Destroying test database...