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
AgeCommit message (Collapse)Author
2015-04-14LsColXMLParser: More testing 2Markus Goetz
2015-04-14LsColXMLParser: More testingMarkus Goetz
2015-04-14test xmlparser: Verify call to parse()Klaas Freitag
2015-04-14Added unit test for XML Parser class.Klaas Freitag
2015-02-25Remove extra ; to silence warning.Christian Kamm
2015-02-18SyncFileItem::operator<: must return false when two items are equalOlivier Goffart
Fixes #2852
2015-02-13Fix Qt4 buildOlivier Goffart
The automatic registration of metatype only came with qt5
2015-02-13concatUrl: Remove manual parsing, add test. #2817Christian Kamm
2015-02-13Tests: Removed C++11 Hokuspokus to not confuse and kill elderly compilers.Klaas Freitag
2015-02-12libsync: Fix a case in which canceling the sync would result in some folder ↵Olivier Goffart
never being sync'ed The problem occurs because of the sorting of items when we have things like bigfolder bigfolder/bigsubfolder bigfolder-2 Then, because dashes come before slash in ascii, the bigfolder-2 would come before its content and the propagator would thinkg bigfolder is empty and save the etag before it is processed Should fix issue #2832
2015-02-08use touch from pathElan Ruusamäe
on some systems touch(1) is in /bin, not /usr/bin. instead hardcoding another path, take it from $PATH, like other commands used here (rm, echo)
2015-02-06Some fixes for favlink manual testDaniel Molkentin
2015-01-15Utility: Use appropriate unit when converting from bytes to human readable unitsOlivier Goffart
We must not use the SI units if we use power of 2 I believe that we should use SI units and power of 10 But since the server still use power of 2, we need to show the same numbers But at least we use the proper standard IEC unit that are explicit
2015-01-15Revert "Utility: Use SI units"Olivier Goffart
This reverts commit 7445fa7ef77ccefbd9eb1153cec9523ca62bd4fe. and commit f654c53c35f41e40973c827606c061524cc1b2eb. The server still use wrong powers, so we still need to use the same
2015-01-15fixing testOctetsToStringOlivier Goffart
2014-12-10Merge remote-tracking branch 'origin/1.7'Christian Kamm
Conflicts: src/gui/folder.cpp src/gui/folder.h src/libsync/networkjobs.cpp src/libsync/owncloudpropagator.h src/libsync/propagatedownload.cpp
2014-12-04DB: Delete corrupt database. #2547Christian Kamm
* Also use readonly DB access for SocketAPI.
2014-12-02Merge branch 'master' into rename_clientDaniel Molkentin
Conflicts: README.md src/gui/folderman.cpp src/gui/settingsdialog.cpp src/libsync/accessmanager.cpp src/libsync/propagateupload.h
2014-11-21Merge branch '1.7'Olivier Goffart
2014-11-21FolderWatcherTest: Use Utility::usleep.Christian Kamm
2014-11-20Folder watcher now reports changing paths instead of dirs.Christian Kamm
2014-11-20Merge branch '1.7'Christian Kamm
2014-11-20Windows filewatcher: switch to ReadDirectoryChangesW.Christian Kamm
Based on danimo's #2454 fix for #2455 and related to #2297.
2014-11-19Merge remote-tracking branch 'origin/1.7'Christian Kamm
Conflicts: OWNCLOUD.cmake test/CMakeLists.txt test/testfolderwatcher.h
2014-11-19Windows: Make unit tests compile.Christian Kamm
2014-11-10Fix testsDaniel Molkentin
2014-10-29SyncJournalDB: Add filesize column to metadata.Christian Kamm
* Alter table to include column. * Make get/set in SyncJournalDB store and load it. * Make csync recover the stat_t's size member from it.
2014-10-29Merge remote-tracking branch 'origin/1.7'Daniel Molkentin
Conflicts: src/libsync/syncjournaldb.cpp test/CMakeLists.txt
2014-10-27tests: Fix CSync Journal test, use real CSYNC struct from csync_private.Klaas Freitag
This fixes bug #2396
2014-10-23Add SyncJournalDB autotests.Christian Kamm
There also was a bug in syncjournaldb: in some error conditions the sql query wasn't reset properly. We now always reset a query before calling bindValue.
2014-10-22Merge remote-tracking branch 'origin/1.7'Christian Kamm
Conflicts: src/CMakeLists.txt src/cmd/cmd.cpp src/gui/socketapi.h src/libsync/syncengine.h test/CMakeLists.txt
2014-10-16tests: Added unicode read an write testcase for ownsql.Klaas Freitag
2014-10-14Make the sync work with new sql implementation.Klaas Freitag
2014-10-14Test module for the new sql implementation.Klaas Freitag
2014-09-22tests: add the source dir in the include pathsOlivier Goffart
2014-09-18compile after mergeOlivier Goffart
2014-09-18Merge branch '1.7'Olivier Goffart
Conflicts: src/CMakeLists.txt src/cmd/cmd.cpp src/gui/folder.cpp src/gui/socketapi.cpp translations/mirall_ca.ts translations/mirall_cs.ts translations/mirall_de.ts translations/mirall_el.ts translations/mirall_en.ts translations/mirall_es.ts translations/mirall_es_AR.ts translations/mirall_et.ts translations/mirall_eu.ts translations/mirall_fa.ts translations/mirall_fi.ts translations/mirall_fr.ts translations/mirall_gl.ts translations/mirall_hu.ts translations/mirall_it.ts translations/mirall_ja.ts translations/mirall_nl.ts translations/mirall_pl.ts translations/mirall_pt.ts translations/mirall_pt_BR.ts translations/mirall_ru.ts translations/mirall_sk.ts translations/mirall_sl.ts translations/mirall_sv.ts translations/mirall_th.ts translations/mirall_tr.ts translations/mirall_uk.ts translations/mirall_zh_CN.ts translations/mirall_zh_TW.ts
2014-09-17Allow passing user/pass explicitly or via netrcDaniel Molkentin
#2211
2014-08-27Fix testsDaniel Molkentin
2014-08-26Merge remote-tracking branch 'origin/master' into move_lib_to_sep_dirDaniel Molkentin
Conflicts: src/CMakeLists.txt src/gui/accountsettings.cpp src/gui/folderwizard.cpp src/gui/settingsdialog.cpp src/libsync/syncengine.h
2014-08-15Tests: Fixed the CSync statedb test defined in the mirall module.Klaas Freitag
2014-07-11Split into three separate projects: library, gui and cmdDaniel Molkentin
2014-07-10Fix build of the test on Qt5Olivier Goffart
2014-07-10Move Folder, FolderMan, and FolderWatcher outside of owncloudsyncOlivier Goffart
Those class are maintaining the folder for the mirall configuration They are not usefull in command line clients Also the FolderWatcher is only used by the folder and not used by the command line clients
2014-06-06CSync & statedb: Remove uid/gidMarkus Goetz
Columns are still in the DB as we don't want to break any compatibility.
2014-05-14Fix testcase.Klaas Freitag
It failed because the directory where change happened triggered a notification within the second before, so the event was skipped.
2014-05-11RemoveADir test should realy test, if it is notifiedhefee
2014-03-28fix test compilationOlivier Goffart
2014-03-26Don't create .ctmp of sync journalOlivier Goffart
Fixes #1559
2014-03-20Fix compile warning.Klaas Freitag