summaryrefslogtreecommitdiffstats
path: root/tests/hawd/dataset.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-08-24 23:10:41 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-08-24 23:10:41 +0200
commit4f872b6d2cd8523e17efcf0e678693d5ad6189cd (patch)
treec1263cd188f29f4ea3faa6fd8f93689b913a3f03 /tests/hawd/dataset.cpp
parentfb610349945326579eb0ec9e781930f7931591b0 (diff)
downloadsink-4f872b6d2cd8523e17efcf0e678693d5ad6189cd.tar.gz
sink-4f872b6d2cd8523e17efcf0e678693d5ad6189cd.zip
Bigger field with and less history by default
Diffstat (limited to 'tests/hawd/dataset.cpp')
-rw-r--r--tests/hawd/dataset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hawd/dataset.cpp b/tests/hawd/dataset.cpp
index 49f8c75..585406b 100644
--- a/tests/hawd/dataset.cpp
+++ b/tests/hawd/dataset.cpp
@@ -31,7 +31,7 @@ namespace HAWD
31 31
32static const QString s_annotationKey("__annotation__"); 32static const QString s_annotationKey("__annotation__");
33static const QString s_hashKey("__commithash__"); 33static const QString s_hashKey("__commithash__");
34static const int s_fieldWidth(15); 34static const int s_fieldWidth(20);
35 35
36Dataset::Row::Row(const Row &other) 36Dataset::Row::Row(const Row &other)
37 : m_key(other.m_key), 37 : m_key(other.m_key),