Skip to content
Snippets Groups Projects

Tests for values and units

Merged Timm Fitschen requested to merge f-value-and-unit into dev
2 files
+ 11
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -46,7 +46,7 @@ protected:
// fill the file that shall be uploaded
caosdb::transaction::FileWriter writer(test_upload_file_1);
std::string buffer(1024, 'c');
for (int i = 0; i < 8; i++) {
for (int i = 0; i < 20; i++) {
writer.write(buffer);
}
}
Loading