Changeset 17925
- Timestamp:
- 07/22/14 13:45:52 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/CheckStates.js
r17922 r17925 40 40 * 41 41 */ 42 function checkStates(table, timeout , wait)42 function checkStates(table, timeout) 43 43 { 44 44 if (timeout===undefined) … … 69 69 continue; 70 70 71 if (!wait) 72 dim.log(table[i][0]+" in ["+states[i]+"] not as it ought to be ["+table[i][1]+"]"); 73 71 dim.log(table[i][0]+" in ["+states[i]+"] not as it ought to be ["+table[i][1]+"]"); 74 72 rc = false; 75 73 } 76 if (rc) 77 return rc; 78 79 if (!wait) 80 return false; 74 75 return rc; 81 76 } 82 77
Note:
See TracChangeset
for help on using the changeset viewer.