Commit 5a3521fd authored by Karen Tracey's avatar Karen Tracey
Browse files

Tweak the last two tests from r13013 to test what they are intended to test...

Tweak the last two tests from r13013 to test what they are intended to test instead of repeating 3rd to last test.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@13014 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 3fb57d47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ class PickleabilityTestCase(TestCase):
        self.assert_pickles(Happening.objects.filter(number2=1))

    def test_classmethod_as_default(self):
        self.assert_pickles(Happening.objects.filter(number2=1))
        self.assert_pickles(Happening.objects.filter(number3=1))

    def test_membermethod_as_default(self):
        self.assert_pickles(Happening.objects.filter(number2=1))
        self.assert_pickles(Happening.objects.filter(number4=1))