@@ -27,7 +27,7 @@ func (t *AclGetuserTestCase) RunForFlagsTemplateOnly(client *instrumented_resp_c
2727 Command : "ACL" ,
2828 Args : []string {"GETUSER" , t .Username },
2929 Assertion : resp_assertions.ArrayElementsAssertion {
30- ArrayElementAssertionSpecification : []resp_assertions.ArrayElementAssertionSpecification {
30+ ArrayElementAssertionSpecifications : []resp_assertions.ArrayElementAssertionSpecification {
3131 {
3232 ArrayElementAssertion : resp_assertions.ArrayElementAssertion {
3333 Index : 0 ,
@@ -83,7 +83,7 @@ func (t *AclGetuserTestCase) Run(client *instrumented_resp_connection.Instrument
8383func (t * AclGetuserTestCase ) addAssertionForFlags (assertion * resp_assertions.ArrayElementsAssertion , logger * logger.Logger ) {
8484 // Assert for flags
8585 // Assertion for "flags" as the first element
86- assertion .ArrayElementAssertionSpecification = append (assertion .ArrayElementAssertionSpecification ,
86+ assertion .ArrayElementAssertionSpecifications = append (assertion .ArrayElementAssertionSpecifications ,
8787 resp_assertions.ArrayElementAssertionSpecification {
8888 ArrayElementAssertion : resp_assertions.ArrayElementAssertion {
8989 Index : 0 ,
@@ -104,7 +104,7 @@ func (t *AclGetuserTestCase) addAssertionForFlags(assertion *resp_assertions.Arr
104104 })
105105
106106 // Assert the type of 2nd element to be array
107- assertion .ArrayElementAssertionSpecification = append (assertion .ArrayElementAssertionSpecification ,
107+ assertion .ArrayElementAssertionSpecifications = append (assertion .ArrayElementAssertionSpecifications ,
108108 resp_assertions.ArrayElementAssertionSpecification {
109109 ArrayElementAssertion : resp_assertions.ArrayElementAssertion {
110110 Index : 1 ,
@@ -158,7 +158,7 @@ func (t *AclGetuserTestCase) addAssertionForFlags(assertion *resp_assertions.Arr
158158 })
159159 }
160160
161- assertion .ArrayElementAssertionSpecification = append (assertion .ArrayElementAssertionSpecification ,
161+ assertion .ArrayElementAssertionSpecifications = append (assertion .ArrayElementAssertionSpecifications ,
162162 resp_assertions.ArrayElementAssertionSpecification {
163163 ArrayElementAssertion : resp_assertions.ArrayElementAssertion {
164164 Index : 1 ,
@@ -168,7 +168,7 @@ func (t *AclGetuserTestCase) addAssertionForFlags(assertion *resp_assertions.Arr
168168}
169169
170170func (t * AclGetuserTestCase ) addAssertionForPasswords (assertion * resp_assertions.ArrayElementsAssertion , logger * logger.Logger ) {
171- assertion .ArrayElementAssertionSpecification = append (assertion .ArrayElementAssertionSpecification ,
171+ assertion .ArrayElementAssertionSpecifications = append (assertion .ArrayElementAssertionSpecifications ,
172172 resp_assertions.ArrayElementAssertionSpecification {
173173 ArrayElementAssertion : resp_assertions.ArrayElementAssertion {
174174 Index : 2 ,
@@ -196,7 +196,7 @@ func (t *AclGetuserTestCase) addAssertionForPasswords(assertion *resp_assertions
196196
197197 }
198198
199- assertion .ArrayElementAssertionSpecification = append (assertion .ArrayElementAssertionSpecification ,
199+ assertion .ArrayElementAssertionSpecifications = append (assertion .ArrayElementAssertionSpecifications ,
200200 resp_assertions.ArrayElementAssertionSpecification {
201201 ArrayElementAssertion : resp_assertions.ArrayElementAssertion {
202202 Index : 3 ,
0 commit comments