index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
testgitstorage.cpp
Age
Commit message (
Expand
)
Author
2020-10-26
tests: don't fail if TestGitStorage can reach the server
Dirk Hohndel
2020-10-24
parser: add device_table to parser state
Berthold Stoeger
2020-09-29
filter: load filter presets from XML files
Berthold Stoeger
2020-05-01
cleanup: move dive_table from dive.h to divelist.h
Berthold Stoeger
2020-04-15
testing/git-storage: alternative random number generation for Qt 5.9
Dirk Hohndel
2020-04-15
testing/git-storage: fairly fundamental rewrite of the storage test
Dirk Hohndel
2020-01-01
tests: allow overwriting cloud account
Dirk Hohndel
2020-01-01
tests: refactor TestGitStorage
Dirk Hohndel
2019-12-29
tests: fix TestGitStorage in a mobile build
Dirk Hohndel
2019-06-19
Cleanup: move trip-related functions into own translation unit
Berthold Stoeger
2019-04-12
Dive sites: prepare for dive site ref-counting
Berthold Stoeger
2019-04-12
Parser: parse into custom dive site table
Berthold Stoeger
2019-01-09
Import: split process_imported_dives() function
Berthold Stoeger
2019-01-09
Parser: add trip_table parameter to parsing functions
Berthold Stoeger
2018-09-23
Core: split process_dives() in post-import and post-load versions
Berthold Stoeger
2018-08-25
core/tests: remove QSettings from testgitstorage
jan Iversen
2018-08-23
Parse: pass dive_table argument to parse_file()
Berthold Stoeger
2018-03-14
Cleanup: introduce copy_qstring() function
Berthold Stoeger
2018-03-14
Cleanup: consistently use qPrintable()
Berthold Stoeger
2018-01-06
Remove cloud_background_sync preferences option
Berthold Stoeger
2017-12-03
Fix typo in TestGitStorage: SapleDives -> SampleDives
Berthold Stoeger
2017-12-03
Add tests to read/write "file://..." style local git repositories
Berthold Stoeger
2017-04-29
Add SPDX header to tests
Dirk Hohndel
2017-03-04
Use QTest cleanup method for proper test shutdown
Jeremie Guichard
2017-03-04
Use proper QTest initialization method in TestGitStorage
Jeremie Guichard
2017-02-24
Fix "Load/Save to cloudstorage" for non-ASCII user names
Jeremie Guichard
2017-02-24
Make TestGitStorage::testGitStorageLocal parametrizable
Jeremie Guichard
2017-02-24
Replace pPrintable with qUtf8Printable in TestGitStorage
Jeremie Guichard
2017-02-24
Use SUBSURFACE_TEST_DATA definition to point to test data dir
Jeremie Guichard
2017-02-05
Our tests are actually GUILESS
Anton Lundin
2016-04-05
Fix compilation with the new folder architecture
Tomaz Canabrava
2016-03-23
Prevent possible SIGSEGV in test
Dirk Hohndel
2015-11-07
Remove unnecessary call from tests
Dirk Hohndel
2015-10-06
Correctly copy preferences
Dirk Hohndel
2015-09-18
Git storage test: need to instantiate the window title updater class
Dirk Hohndel
2015-09-02
Prevent tests from hanging when offline
Robert C. Helling
2015-08-30
Add test case for multi line dive notes merging
Dirk Hohndel
2015-08-25
Cloud storage: second merge test, delete dive on one side, modify on other
Dirk Hohndel
2015-08-25
Cloud storage: first test case for a very simple merge
Dirk Hohndel
2015-08-25
Cloud storage: test offline operation
Dirk Hohndel
2015-08-25
Cloud storage: add test for simple save / load from our test account
Dirk Hohndel
2015-08-25
Add simple test for git storage
Dirk Hohndel