mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixing typo in Assert
This commit is contained in:
parent
af4f8c99e1
commit
72792685ee
1 changed files with 2 additions and 2 deletions
|
@ -273,7 +273,7 @@ public class MIRunControlTest extends BaseTestCase {
|
||||||
/*
|
/*
|
||||||
* getModelData should return StateChangeReason.
|
* getModelData should return StateChangeReason.
|
||||||
*/
|
*/
|
||||||
Assert.assertTrue(" State change reason for a normal execution should be CONTAINER." ,
|
Assert.assertTrue(" State change reason for a normal execution should be USER_REQUEST." ,
|
||||||
StateChangeReason.USER_REQUEST == data.getStateChangeReason());
|
StateChangeReason.USER_REQUEST == data.getStateChangeReason());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -397,7 +397,7 @@ public class MIRunControlTest extends BaseTestCase {
|
||||||
/*
|
/*
|
||||||
* StateChangeReason in getModelData for Container DMC is null.
|
* StateChangeReason in getModelData for Container DMC is null.
|
||||||
*/
|
*/
|
||||||
Assert.assertTrue(" State change reason for a normal execution should be CONTAINER." ,
|
Assert.assertTrue(" State change reason for a normal execution should be USER_REQUEST." ,
|
||||||
StateChangeReason.USER_REQUEST == data.getStateChangeReason());
|
StateChangeReason.USER_REQUEST == data.getStateChangeReason());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue