diff options
Diffstat (limited to 'tests/hawd/dataset.h')
-rw-r--r-- | tests/hawd/dataset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/hawd/dataset.h b/tests/hawd/dataset.h index b6aa863..cf84d7b 100644 --- a/tests/hawd/dataset.h +++ b/tests/hawd/dataset.h | |||
@@ -52,7 +52,7 @@ public: | |||
52 | void setCommitHash(const QString &hash); | 52 | void setCommitHash(const QString &hash); |
53 | qint64 key() const; | 53 | qint64 key() const; |
54 | QByteArray toBinary() const; | 54 | QByteArray toBinary() const; |
55 | QString toString(const QStringList &cols = QStringList(), int standardCols = All, const QString &seperator = "\t") const; | 55 | QString toString(const QStringList &cols = QStringList(), int standardCols = All, const QString &seperator = "|") const; |
56 | 56 | ||
57 | private: | 57 | private: |
58 | Row(); | 58 | Row(); |
@@ -73,7 +73,7 @@ public: | |||
73 | 73 | ||
74 | bool isValid() const; | 74 | bool isValid() const; |
75 | const DatasetDefinition &definition() const; | 75 | const DatasetDefinition &definition() const; |
76 | QString tableHeaders(const QStringList &cols = QStringList(), int standardCols = Row::All, const QString &seperator = "\t") const; | 76 | QString tableHeaders(const QStringList &cols = QStringList(), int standardCols = Row::All, const QString &seperator = "|") const; |
77 | 77 | ||
78 | qint64 insertRow(const Row &row); | 78 | qint64 insertRow(const Row &row); |
79 | void removeRow(const Row &row); | 79 | void removeRow(const Row &row); |