| 225 | } |
| 226 | |
| 227 | bool checkRemoteFileContent(FileSwitch &s) |
| 228 | { |
| 229 | std::string data = getRemoteData(s.file); |
| 230 | QString qdata = QString::fromStdString(data); |
| 231 | return matchFileContent(qdata, s); |
| 232 | } |
| 233 | |
| 234 | bool checkLocalFileContent(FileSwitch &s) |
| 235 | { |
no test coverage detected