mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Removed a test assertion that depended on primary key ordering. The test doesn't validate anything significant, and fails under Postgres. Thanks to Tobias McNulty and the magical Caktus buildbot for pointing out the problem.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13923 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1637fefcb0
commit
4747fe27a0
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ class CustomColumnRegression(TestCase):
|
|||
self.authors = [self.a1, self.a2]
|
||||
|
||||
def test_basic_creation(self):
|
||||
self.assertEqual(self.a1.Author_ID, 1)
|
||||
|
||||
art = Article(headline='Django lets you build web apps easily', primary_author=self.a1)
|
||||
art.save()
|
||||
art.authors = [self.a1, self.a2]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue