| 1190 | } |
| 1191 | |
| 1192 | void Storage::SetCurrentDataVersionForTesting(int64_t currentVersion) |
| 1193 | { |
| 1194 | m_currentVersion = currentVersion; |
| 1195 | m_downloader->SetDataVersion(m_currentVersion); |
| 1196 | } |
| 1197 | |
| 1198 | void Storage::SetDownloadingServersForTesting(vector<string> const & downloadingUrls) |
| 1199 | { |