Skip to content

Commit

Permalink
add missing test data
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Steinmann committed Apr 3, 2023
1 parent a4f784f commit 98027fe
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions testdata/fixtures/account.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"success":true,"message":"","data":{"type":"user","id":1,"name":"admin","comment":"","login":"admin","email":"[email protected]","language":"de_DE","theme":"bootstrap4","role":{"id":1,"name":"Admin"},"hidden":false,"disabled":false,"isguest":false,"isadmin":true,"homefolder":8486,"groups":[{"type":"group","id":4,"name":"Users","comment":"fsfdd"},{"type":"group","id":5,"name":"group2","comment":"asfa"}]}}
1 change: 1 addition & 0 deletions testdata/fixtures/children.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"success":true,"message":"","data":[{"type":"folder","id":23,"name":"Test2&","comment":"&':\"\/\/\\\\*\"u\u00fc\u00c4\u00e4\u00e4","date":"1970-01-01 01:00:00","attributes":[{"id":64,"name":"Testfloat","value":"888.90"}]},{"type":"folder","id":41,"name":"iPod","comment":"dddd","date":"2012-06-29 20:53:39","attributes":[{"id":19,"name":"Status","value":"akzeptiert"}]},{"type":"document","id":74,"date":"2010-12-15 14:43:03","name":"N VDA 5001 Ausgabe 1994_02.pdf","comment":"Test fuer benachriddddd","keywords":"","ownerid":1,"islocked":false,"sequence":"14.5","expires":"","mimetype":"application\/pdf","filetype":".pdf","origfilename":"Annahmebestaetg_PHV_BarmeniaAdcuri13042018.pdf","version":4,"version_comment":"","version_date":"2019-03-17 17:22:47","size":51011,"categories":[{"id":3,"name":"Internet"},{"id":2,"name":"Apple"}],"attributes":[{"id":78,"name":"111|Attr 1 for offer","value":"11"}],"version_attributes":[{"id":46,"name":"TBS-Template","value":"No"}]},{"type":"document","id":112,"date":"2011-07-21 09:31:39","name":"paul-foto.JPG","comment":"","keywords":"","ownerid":1,"islocked":false,"sequence":"6","expires":"2011-11-25 00:00:00","mimetype":"image\/jpeg","filetype":".JPG","origfilename":"paul-foto.JPG","version":1,"version_comment":"","version_date":"2011-07-21 09:31:39","size":1497621}]}
1 change: 1 addition & 0 deletions testdata/fixtures/document.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"success":true,"message":"","data":{"type":"document","id":22545,"date":"2019-03-17 17:16:53","name":"Neues Schattendokument","comment":"","keywords":"","ownerid":1,"islocked":false,"sequence":"68","expires":"","mimetype":"application\/pdf","filetype":".pdf","origfilename":"Annahmebestaetg_PHV_BarmeniaAdcuri13042018.pdf","version":2,"version_comment":"","version_date":"2019-03-17 17:22:47","size":51011,"attributes":[{"id":66,"name":"Master-Dokument","value":"74"}],"version_attributes":[{"id":46,"name":"TBS-Template","value":"No"}]}}
1 change: 1 addition & 0 deletions testdata/fixtures/folder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"success":true,"message":"","data":{"type":"folder","id":8517,"name":"K5763829","comment":"","date":"2020-11-09 11:30:29"}}
1 change: 1 addition & 0 deletions testdata/fixtures/login.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"success":true,"message":"","data":{"type":"user","id":1,"name":"admin","comment":"","login":"admin","email":"[email protected]","language":"de_DE","theme":"bootstrap4","role":{"id":1,"name":"Admin"},"hidden":false,"disabled":false,"isguest":false,"isadmin":true,"homefolder":8486,"groups":[{"type":"group","id":4,"name":"User","comment":"fsfdd"},{"type":"group","id":5,"name":"group2","comment":"asfa"}]}}
1 change: 1 addition & 0 deletions testdata/fixtures/statstotal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"success":true,"message":"","data":{"docstotal":2104,"folderstotal":3430,"userstotal":24}}
1 change: 1 addition & 0 deletions testdata/fixtures/upload.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"success":true,"message":"","data":{"type":"document","id":22545,"date":"2019-03-17 17:16:53","name":"Document uploaded with go api-client","comment":"","keywords":"","ownerid":1,"islocked":false,"sequence":"68","expires":"","mimetype":"application\/pdf","filetype":".pdf","origfilename":"Annahmebestaetg_PHV_BarmeniaAdcuri13042018.pdf","version":2,"version_comment":"","version_date":"2019-03-17 17:22:47","size":51011,"attributes":[{"id":66,"name":"Master-Dokument","value":"74"}],"version_attributes":[{"id":46,"name":"TBS-Template","value":"No"}]}}

0 comments on commit 98027fe

Please sign in to comment.