@@ -26,22 +26,22 class ContextMenusControllerTest < ActionController::TestCase | |||
|
26 | 26 | :attributes => { :href => '/issues/1/edit', |
|
27 | 27 | :class => 'icon-edit' } |
|
28 | 28 | assert_tag :tag => 'a', :content => 'Closed', |
|
29 |
:attributes => { :href => '/issues/bulk_ |
|
|
29 | :attributes => { :href => '/issues/bulk_update?ids%5B%5D=1&issue%5Bstatus_id%5D=5', | |
|
30 | 30 | :class => '' } |
|
31 | 31 | assert_tag :tag => 'a', :content => 'Immediate', |
|
32 |
:attributes => { :href => '/issues/bulk_ |
|
|
32 | :attributes => { :href => '/issues/bulk_update?ids%5B%5D=1&issue%5Bpriority_id%5D=8', | |
|
33 | 33 | :class => '' } |
|
34 | 34 | assert_no_tag :tag => 'a', :content => 'Inactive Priority' |
|
35 | 35 | # Versions |
|
36 | 36 | assert_tag :tag => 'a', :content => '2.0', |
|
37 |
:attributes => { :href => '/issues/bulk_ |
|
|
37 | :attributes => { :href => '/issues/bulk_update?ids%5B%5D=1&issue%5Bfixed_version_id%5D=3', | |
|
38 | 38 | :class => '' } |
|
39 | 39 | assert_tag :tag => 'a', :content => 'eCookbook Subproject 1 - 2.0', |
|
40 |
:attributes => { :href => '/issues/bulk_ |
|
|
40 | :attributes => { :href => '/issues/bulk_update?ids%5B%5D=1&issue%5Bfixed_version_id%5D=4', | |
|
41 | 41 | :class => '' } |
|
42 | 42 | |
|
43 | 43 | assert_tag :tag => 'a', :content => 'Dave Lopper', |
|
44 |
:attributes => { :href => '/issues/bulk_ |
|
|
44 | :attributes => { :href => '/issues/bulk_update?ids%5B%5D=1&issue%5Bassigned_to_id%5D=3', | |
|
45 | 45 | :class => '' } |
|
46 | 46 | assert_tag :tag => 'a', :content => 'Duplicate', |
|
47 | 47 | :attributes => { :href => '/projects/ecookbook/issues/1/copy', |
@@ -79,13 +79,13 class ContextMenusControllerTest < ActionController::TestCase | |||
|
79 | 79 | :attributes => { :href => "/issues/bulk_edit?#{ids}", |
|
80 | 80 | :class => 'icon-edit' } |
|
81 | 81 | assert_tag :tag => 'a', :content => 'Closed', |
|
82 |
:attributes => { :href => "/issues/bulk_ |
|
|
82 | :attributes => { :href => "/issues/bulk_update?#{ids}&issue%5Bstatus_id%5D=5", | |
|
83 | 83 | :class => '' } |
|
84 | 84 | assert_tag :tag => 'a', :content => 'Immediate', |
|
85 |
:attributes => { :href => "/issues/bulk_ |
|
|
85 | :attributes => { :href => "/issues/bulk_update?#{ids}&issue%5Bpriority_id%5D=8", | |
|
86 | 86 | :class => '' } |
|
87 | 87 | assert_tag :tag => 'a', :content => 'Dave Lopper', |
|
88 |
:attributes => { :href => "/issues/bulk_ |
|
|
88 | :attributes => { :href => "/issues/bulk_update?#{ids}&issue%5Bassigned_to_id%5D=3", | |
|
89 | 89 | :class => '' } |
|
90 | 90 | assert_tag :tag => 'a', :content => 'Copy', |
|
91 | 91 | :attributes => { :href => "/issues/move/new?copy_options%5Bcopy%5D=t&#{ids}", |
@@ -111,13 +111,13 class ContextMenusControllerTest < ActionController::TestCase | |||
|
111 | 111 | :attributes => { :href => "/issues/bulk_edit?#{ids}", |
|
112 | 112 | :class => 'icon-edit' } |
|
113 | 113 | assert_tag :tag => 'a', :content => 'Closed', |
|
114 |
:attributes => { :href => "/issues/bulk_ |
|
|
114 | :attributes => { :href => "/issues/bulk_update?#{ids}&issue%5Bstatus_id%5D=5", | |
|
115 | 115 | :class => '' } |
|
116 | 116 | assert_tag :tag => 'a', :content => 'Immediate', |
|
117 |
:attributes => { :href => "/issues/bulk_ |
|
|
117 | :attributes => { :href => "/issues/bulk_update?#{ids}&issue%5Bpriority_id%5D=8", | |
|
118 | 118 | :class => '' } |
|
119 | 119 | assert_tag :tag => 'a', :content => 'John Smith', |
|
120 |
:attributes => { :href => "/issues/bulk_ |
|
|
120 | :attributes => { :href => "/issues/bulk_update?#{ids}&issue%5Bassigned_to_id%5D=2", | |
|
121 | 121 | :class => '' } |
|
122 | 122 | assert_tag :tag => 'a', :content => 'Delete', |
|
123 | 123 | :attributes => { :href => "/issues?#{ids}", |
General Comments 0
You need to be logged in to leave comments.
Login now