File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,16 +109,11 @@ jobs:
109109 sqlite3 data/owncloud.db "SELECT * from oc_preferences where configkey = 'importing_dropbox';" >> result.txt
110110 sqlite3 data/owncloud.db "SELECT * from oc_preferences where configkey = 'last_import_error';" >> result.txt
111111 cat > result.expected.txt <<- EOM
112- admin|integration_dropbox|nb_imported_files|0
113- admin|integration_dropbox|importing_dropbox|0
114- admin|integration_dropbox|last_import_error|
112+ admin|integration_dropbox|nb_imported_files|0|1|1|0|
113+ admin|integration_dropbox|importing_dropbox|0|1|1|0|
114+ admin|integration_dropbox|last_import_error||1|1|0|
115115 EOM
116- cat > result.nc31.expected.txt <<- EOM
117- admin|integration_dropbox|nb_imported_files|0|0|0|0|
118- admin|integration_dropbox|importing_dropbox|0|0|0|0|
119- admin|integration_dropbox|last_import_error||0|0|0|
120- EOM
121- diff result.expected.txt result.txt || diff result.nc31.expected.txt result.txt
116+ diff result.expected.txt result.txt
122117 cat > du-sh.expected.txt <<- EOM
123118 1.6G data/admin/files/Dropbox import/
124119 EOM
Original file line number Diff line number Diff line change 2020 <bugs >https://github.com/nextcloud/integration_dropbox/issues</bugs >
2121 <screenshot >https://github.com/nextcloud/integration_dropbox/raw/master/img/screenshot1.jpg</screenshot >
2222 <dependencies >
23- <nextcloud min-version =" 32" max-version =" 33 " />
23+ <nextcloud min-version =" 32" max-version =" 34 " />
2424 </dependencies >
2525 <commands >
2626 <command >OCA\Dropbox\Command\StartImport</command >
You can’t perform that action at this time.
0 commit comments