~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/views/tests/test_charms.py

[r=adeuring,abentley][bug=1204985][author=adeuring] do not try to use non-existent value charm['store_data']['address'] in templates; property Charm.address added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
 
47
47
DISTRO_CHARM_DATA = {
 
48
    'address': 'cs:precise/foo',
48
49
    'name': 'foo',
49
50
    'series': 'precise',
50
51
    'owner': 'bar',