geary/test
Kristian Klausen 9ef6d7ccec Replace all tab indentation with 4 spaces
find . -name '*.vala' -type f -exec sed -i.orig 's/\t/    /g' {} +
and a few manual adjustment.

Fix #271
2019-02-27 19:19:58 +01:00
..
client Replace all tab indentation with 4 spaces 2019-02-27 19:19:58 +01:00
data Add a unit test for upgrading an actual Geary v0.6 database. 2018-05-19 14:55:19 +10:00
engine Replace all tab indentation with 4 spaces 2019-02-27 19:19:58 +01:00
js Fix select-quoting not preserving newlines in some cases 2019-02-02 15:07:41 +11:00
meson.build Add some unit tests for setting email flags 2019-02-13 18:41:49 +11:00
mock-object.vala Add a mock object mixin that can check call expectations on mocks. 2018-04-07 10:02:18 +10:00
test-case.vala Replace all tab indentation with 4 spaces 2019-02-27 19:19:58 +01:00
test-client.vala Move AccountManager and related objects into Accounts package. 2018-11-30 23:49:30 +11:00
test-engine.vala Work around DB tests always failing on gcc150.osuosl.org CI runner 2019-02-19 17:12:26 +11:00