MXS-1300: Correct test case descriptions
The test descriptions now describe the expected logical outcome of the test, not the operation being done.
This commit is contained in:
@ -22,12 +22,12 @@ describe("Set/Clear Commands", function() {
|
||||
})
|
||||
})
|
||||
|
||||
it('set incorrect state', function() {
|
||||
it('reject set incorrect state', function() {
|
||||
return doCommand('set server server2 something')
|
||||
.should.be.rejected
|
||||
})
|
||||
|
||||
it('clear incorrect state', function() {
|
||||
it('reject clear incorrect state', function() {
|
||||
return doCommand('clear server server2 something')
|
||||
.should.be.rejected
|
||||
})
|
||||
|
Reference in New Issue
Block a user