zotero/test/tests
Dan Stillman 9c2a7a9e77 Only retry file sync requests once after 500 error in tests
Now that 500 errors are retried in file downloads (ec28c5a3), we have to
override the default backoff schedule in order to get expected failures.

This also fixes an error that occurred on a retried download.
2016-02-03 01:19:15 -05:00
..
data Fix various cases of saving items to selected collection 2015-11-15 17:49:31 -05:00
attachmentsTest.js Asyncify Zotero.Attachments.getNumFiles() and add hasMultipleFiles() 2015-09-22 04:11:31 -04:00
browserTest.js Closes #805, Translation shouldn't create new item in My Publications 2015-12-10 01:11:41 -05:00
cachedTypesTest.js Add toCanonical and toLabel for Zotero.CharacterSets 2015-06-11 17:17:28 -05:00
collectionsTest.js Add Feed and FeedItem 2015-09-21 17:08:21 -05:00
collectionTest.js Fix trashing of descendant items when deleting a collection 2016-01-18 13:50:46 -05:00
collectionTreeViewTest.js Fix various collection-dragging UI bugs 2015-08-08 17:26:42 -04:00
concurrentCallerTest.js Resolve caller.start() promise when passed functions finish 2015-11-11 02:14:30 -05:00
dataObjectsTest.js Clean up DataObject erasing, and fix search unloading 2015-06-16 19:51:21 -04:00
dataObjectTest.js Tweak DataObject::save() tests 2015-12-08 16:38:58 -05:00
dataObjectUtilitiesTest.js Fix trashing of descendant items when deleting a collection 2016-01-18 13:50:46 -05:00
dateTest.js Add Zotero.Date.isISODate() and Zotero.Date.isoToSQL() 2015-05-04 02:41:14 -04:00
dbTest.js Remove stray this.timeout() call 2015-05-29 01:38:47 -04:00
feedItemsTest.js Add Feed and FeedItem 2015-09-21 17:08:21 -05:00
feedItemTest.js Adjust error and feed tests for access error on read-only libraries 2015-09-22 03:52:31 -04:00
feedsTest.js Add Feed and FeedItem 2015-09-21 17:08:21 -05:00
feedTest.js Adjust error and feed tests for access error on read-only libraries 2015-09-22 03:52:31 -04:00
fileInterfaceTest.js Extend timeout for import test 2015-06-12 17:08:30 -04:00
fileTest.js Update character set handling 2015-06-12 02:46:02 -04:00
fulltextTest.js Fix intermittent error in FullText.getUnsyncedContent() test 2015-12-09 04:51:48 -05:00
groupsTest.js Move editable and filesEditable props to libraries table [DB reupgrade] 2015-06-07 15:50:07 -04:00
groupTest.js Add Feed and FeedItem 2015-09-21 17:08:21 -05:00
itemFieldsTest.js Fix Zotero.ItemFields.getBaseIDFromTypeAndField() 2015-05-27 05:01:48 -04:00
itemPaneTest.js Fix attachment renaming 2015-08-07 15:36:46 -04:00
itemsTest.js Add Feed and FeedItem 2015-09-21 17:08:21 -05:00
itemTest.js WebDAV file sync overhaul for 5.0 2015-12-30 05:14:50 -05:00
itemTreeViewTest.js Don't show deleted items outside of trash 2015-11-01 03:36:23 -05:00
librariesTest.js Make Zotero.Libraries.getAll() return sorted Zotero.Library instances 2015-11-04 14:04:21 -05:00
libraryTest.js Closes #833, Displays a warning dialog if API key present but library empty 2016-01-07 21:11:20 +00:00
lookupTest.js Rename remaining files to *Test.js 2015-05-19 14:46:17 -04:00
preferences_advancedTest.js Update linked attachment base directory code 2015-09-29 04:42:12 -04:00
preferences_searchTest.js Add waitForDialog(onOpen, button) support function 2015-06-04 20:31:48 -04:00
preferences_syncTest.js Fix stuck checkUser prompt in sync prefs tests on Ubuntu 2016-01-25 18:22:25 -05:00
quickCopyTest.js Ignore trailing period in domain for Quick Copy 2015-07-03 23:46:39 -04:00
recognizePDFTest.js Return a Zotero.Item from all Zotero.Attachments methods 2015-05-29 05:33:54 -04:00
relatedboxTest.js Relations overhaul (requires new DB upgrade from 4.0) 2015-06-01 20:28:30 -04:00
relationsTest.js Update Zotero.Relations.updateUser() for new relations schema 2015-06-04 20:38:49 -04:00
schemaTest.js Test for DB integrity check 2016-01-08 03:31:43 -05:00
searchTest.js Add basic tests for full-text search 2015-05-31 14:39:37 -07:00
storageLocalTest.js WebDAV file sync overhaul for 5.0 2015-12-30 05:14:50 -05:00
storageRequestTest.js ZFS file sync overhaul for API syncing 2015-10-29 04:38:27 -04:00
supportTest.js Set test timeout in resetDB() instead of separate this.timeout() calls 2015-09-29 04:42:12 -04:00
syncAPIClientTest.js Restore certificate checking for API syncing errors 2015-12-09 04:11:27 -05:00
syncEngineTest.js Fetch top-level items before other items when syncing 2016-01-14 01:50:13 -05:00
syncFullTextEngineTest.js Full-text syncing support via API [DB reupgrade] 2015-11-12 02:54:51 -05:00
syncLocalTest.js Fix sync tests 2016-01-18 13:50:46 -05:00
syncRunnerTest.js Fix sync tests 2016-01-18 13:50:46 -05:00
tagsboxTest.js Tags overhaul [DB reupgrade] 2015-06-23 05:21:58 -04:00
tagSelectorTest.js Tags overhaul [DB reupgrade] 2015-06-23 05:21:58 -04:00
tagsTest.js Tags overhaul [DB reupgrade] 2015-06-23 05:21:58 -04:00
translateTest.js Fix Translate tests on Windows 2015-09-21 17:08:22 -05:00
utilities_internalTest.js Add test for Zotero.Utilities.Internal.md5Async() 2015-10-29 03:57:08 -04:00
utilitiesTest.js Merge branch '4.0' 2015-11-01 21:22:13 -05:00
webdavTest.js Fix WebDAV test failure 2016-01-07 16:48:57 -05:00
zfsTest.js Only retry file sync requests once after 500 error in tests 2016-02-03 01:19:15 -05:00
zoteroPaneTest.js Fix LIKE errors in Fx44 2016-02-03 01:13:30 -05:00