Kaydet (Commit) 4650b428 authored tarafından Noel Grandin's avatar Noel Grandin

java: dodgy &= operation

Change-Id: Ia909797e08948a8ad0e6f536ce2af57880dc13ef
üst 93056481
......@@ -128,10 +128,8 @@ public class _XModuleManager extends MultiMethodTest {
for (int i = 0 ; i < sequenze.length; i++){
try{
log.println("testing '" + sequenze[i].Name + "'");
if (oObj.identify(sequenze[i].Value).equals(
sequenze[i].Name)){
ok &= ok;
}else{
if (!oObj.identify(sequenze[i].Value).equals(
sequenze[i].Name)) {
log.println("failure: returned value: '" +
oObj.identify(sequenze[i].Value) +
"' ,expected value: '" + sequenze[i].Name + "'");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment