Skip to content

Commit

Permalink
[#1359,tests][xs]: fix up one test missed in previous commit (gpl -> …
Browse files Browse the repository at this point in the history
…odc-by for demo license).
  • Loading branch information
rufuspollock committed Feb 13, 2012
1 parent 55c8ff6 commit 19fc61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/tests/forms/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def test_3_sync_new(self):
indict['Package--name'] = u'testname'
indict['Package--notes'] = u'some new notes'
indict['Package--tags'] = u'russian, tolstoy, ' + newtagname,
indict['Package--license_id'] = u'gpl-3.0'
indict['Package--license_id'] = u'odc-by'
indict['Package--extras-newfield0-key'] = u'testkey'
indict['Package--extras-newfield0-value'] = u'testvalue'
indict['Package--resources-0-url'] = u'http:/1'
Expand Down Expand Up @@ -185,7 +185,7 @@ def test_4_sync_update(self):
indict[prefix + 'name'] = u'annakaren'
indict[prefix + 'notes'] = u'new notes'
indict[prefix + 'tags'] = u'russian ,' + newtagname
indict[prefix + 'license_id'] = u'gpl-3.0'
indict[prefix + 'license_id'] = u'odc-by'
indict[prefix + 'extras-newfield0-key'] = u'testkey'
indict[prefix + 'extras-newfield0-value'] = u'testvalue'
indict[prefix + 'resources-0-url'] = u'http:/1'
Expand Down

0 comments on commit 19fc61a

Please sign in to comment.