Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2014-06-04 18:01:05 +0400
committerMarkus Goetz <markus@woboq.com>2014-06-06 15:41:16 +0400
commitb48ab79a920e86c1b83ec7e1473750ff29a77911 (patch)
treebf854067b4dbc2b9d55166b552348258e804255e /test
parent9a7fbd4f71a9cabbdee86c68d954fe811a347484 (diff)
CSync & statedb: Remove uid/gid
Columns are still in the DB as we don't want to break any compatibility.
Diffstat (limited to 'test')
-rw-r--r--test/testcsyncsqlite.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/testcsyncsqlite.h b/test/testcsyncsqlite.h
index 3a649c657..92bdca2af 100644
--- a/test/testcsyncsqlite.h
+++ b/test/testcsyncsqlite.h
@@ -55,8 +55,6 @@ private slots:
QCOMPARE( QString::number(st->pathlen), QString::number(13));
QCOMPARE( QString::fromUtf8(st->path), QLatin1String("test2/zu/zuzu") );
QCOMPARE( QString::number(st->inode), QString::number(1709554));
- QCOMPARE( QString::number(st->uid), QString::number(0));
- QCOMPARE( QString::number(st->gid), QString::number(0));
QCOMPARE( QString::number(st->mode), QString::number(0));
QCOMPARE( QString::number(st->modtime), QString::number(1384415006));
QCOMPARE( QString::number(st->type), QString::number(2));