Revision 17:ea8865f488a0 TestInputExtremes.cpp
| TestInputExtremes.cpp | ||
|---|---|---|
| 94 | 94 |
if (allFeaturesValid(f)) {
|
| 95 | 95 |
r.push_back(success()); |
| 96 | 96 |
} else {
|
| 97 |
r.push_back(warning("plugin returned one or more NaN/inf values"));
|
|
| 97 |
r.push_back(warning("Plugin returned one or more NaN/inf values"));
|
|
| 98 | 98 |
if (options & Verbose) dump(f); |
| 99 | 99 |
} |
| 100 | 100 |
return r; |
| ... | ... | |
| 111 | 111 |
if (allFeaturesValid(fs)) {
|
| 112 | 112 |
r.push_back(success()); |
| 113 | 113 |
} else {
|
| 114 |
r.push_back(warning("plugin returned one or more NaN/inf values"));
|
|
| 114 |
r.push_back(warning("Plugin returned one or more NaN/inf values"));
|
|
| 115 | 115 |
} |
| 116 | 116 |
return r; |
| 117 | 117 |
} |
| ... | ... | |
| 141 | 141 |
if (allFeaturesValid(f)) {
|
| 142 | 142 |
r.push_back(success()); |
| 143 | 143 |
} else {
|
| 144 |
r.push_back(warning("plugin returned one or more NaN/inf values"));
|
|
| 144 |
r.push_back(warning("Plugin returned one or more NaN/inf values"));
|
|
| 145 | 145 |
if (options & Verbose) dump(f); |
| 146 | 146 |
} |
| 147 | 147 |
return r; |
| ... | ... | |
| 173 | 173 |
if (allFeaturesValid(f)) {
|
| 174 | 174 |
r.push_back(success()); |
| 175 | 175 |
} else {
|
| 176 |
r.push_back(warning("plugin returned one or more NaN/inf values"));
|
|
| 176 |
r.push_back(warning("Plugin returned one or more NaN/inf values"));
|
|
| 177 | 177 |
if (options & Verbose) dump(f); |
| 178 | 178 |
} |
| 179 | 179 |
return r; |
| ... | ... | |
| 207 | 207 |
if (allFeaturesValid(f)) {
|
| 208 | 208 |
r.push_back(success()); |
| 209 | 209 |
} else {
|
| 210 |
r.push_back(warning("plugin returned one or more NaN/inf values"));
|
|
| 210 |
r.push_back(warning("Plugin returned one or more NaN/inf values"));
|
|
| 211 | 211 |
if (options & Verbose) dump(f); |
| 212 | 212 |
} |
| 213 | 213 |
return r; |
| ... | ... | |
| 241 | 241 |
if (allFeaturesValid(f)) {
|
| 242 | 242 |
r.push_back(success()); |
| 243 | 243 |
} else {
|
| 244 |
r.push_back(warning("plugin returned one or more NaN/inf values"));
|
|
| 244 |
r.push_back(warning("Plugin returned one or more NaN/inf values"));
|
|
| 245 | 245 |
if (options & Verbose) dump(f); |
| 246 | 246 |
} |
| 247 | 247 |
return r; |
Also available in: Unified diff