# HG changeset patch # User BenoƮt Allard # Date 1412849776 -7200 # Node ID 2c7786d7d14e15901566a67e35650f493c1c960e # Parent 264d4579f6bf7329e40e8647fd72249361057e58 Fix broken test diff -r 264d4579f6bf -r 2c7786d7d14e tests/testBranches.py --- a/tests/testBranches.py Thu Oct 09 12:15:52 2014 +0200 +++ b/tests/testBranches.py Thu Oct 09 12:16:16 2014 +0200 @@ -31,7 +31,7 @@ self.assertEqual(rv.status_code, 200) rv = self.app.post('/producttree/create') rv = self.app.get('/producttree/branch/add') - rv = self.app.post('/producttree/branch/add', data=dict(type="Vendor", name="SecPod")) + rv = self.app.post('/producttree/branch/add', data=dict(type="Vendor", name="SecPod", parent="")) def testAddTwoBranch(self): rv = self.createDoc('Title', 'Type')