As per f4952b1ca6
This commit is contained in:
Alexis Métaireau 2013-02-25 16:09:02 +01:00
Родитель 692d011462
Коммит 469c8088f2
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -193,7 +193,7 @@ class TestAppDashboard(AppHubTest):
('Compatibility & Payments', app.get_dev_url('payments')),
('Manage Status', app.get_dev_url('versions')),
('View Listing', app.get_url_path()),
('View Statistics', app.get_stats_url()),
('Statistics', app.get_stats_url()),
('View Transactions', urlparams(
reverse('mkt.developers.transactions'), app=app.id)),
]
@ -215,7 +215,7 @@ class TestAppDashboard(AppHubTest):
('Compatibility & Payments', app.get_dev_url('payments')),
('Manage Status & Versions', app.get_dev_url('versions')),
('View Listing', app.get_url_path()),
('View Statistics', app.get_stats_url()),
('Statistics', app.get_stats_url()),
('View Transactions', urlparams(
reverse('mkt.developers.transactions'), app=app.id)),
('Manage In-App Payments', app.get_dev_url('in_app_config')),
@ -235,7 +235,7 @@ class TestAppDashboard(AppHubTest):
('Manage Team Members', app.get_dev_url('owner')),
('Manage Status', app.get_dev_url('versions')),
('View Listing', app.get_url_path()),
('View Statistics', app.get_stats_url()),
('Statistics', app.get_stats_url()),
('View Transactions', urlparams(
reverse('mkt.developers.transactions'), app=app.id)),
]