zotero/test/tests
Dan Stillman e683b2be07 Fix a potential sync error with child attachments
If a standalone attachment existed in a collection and then was added to
a parent (e.g., via Create Parent Item), and attachment metadata was
also changed at the same time (e.g., due to file syncing), the
'collection item must be top level' trigger could throw on another
syncing computer. To work around this, remove collections first, then
make changes to the parentItemID columns, and then add new collections.
2017-07-11 02:35:11 -04:00
..
data Fetch a style if it is not installed on document preferences load 2017-04-10 11:24:22 +03:00
advancedSearchTest.js Rework libraryTreeView event handling 2017-03-24 05:23:56 -04:00
attachmentsTest.js Fix replacement of existing item storage directories 2016-12-12 04:06:01 -05:00
bibliographyTest.js Add "Manage Styles…" link to Create Bib and Doc Prefs windows 2016-09-06 19:15:01 -04:00
browserTest.js Maybe fix browser test failures by preloading translators 2017-06-19 00:40:52 -04:00
cachedTypesTest.js Add toCanonical and toLabel for Zotero.CharacterSets 2015-06-11 17:17:28 -05:00
collectionsTest.js Show saved searches under "Collection" search condition 2016-10-06 01:17:06 -04:00
collectionTest.js Update Collection::getChildItems() when erasing item 2017-03-07 01:54:49 -05:00
collectionTreeViewTest.js Never auto-select new groups, since they always come from syncs 2017-06-16 05:59:44 -04:00
concurrentCallerTest.js Maybe reduce spurious errors in ConcurrentCaller test 2016-07-19 18:53:48 -04:00
creatorsTest.js Fix translation error when firstName is null for fieldMode 1 2017-02-27 23:34:16 -05:00
dataDirectoryTest.js Remove some code that's unnecessary now that we're Fx52+ everywhere 2017-06-23 05:03:11 -04:00
dataObjectsTest.js Temporarily disable test for non-integer getAsync() 2017-06-05 03:00:15 -04:00
dataObjectTest.js Skip edit check if skipAll is passed to object save 2017-05-22 17:29:56 -04:00
dataObjectUtilitiesTest.js Fix test from d8025be67 2016-05-17 02:44:00 -04:00
dateTest.js Fix Zotero.Date methods within translator sandbox 2017-01-17 02:23:15 -05:00
dbTest.js Throw an error from queryAsync() if onRow throws an error 2016-03-28 17:47:25 -04:00
duplicatesTest.js Fix instances of browser windows being left open after tests 2016-06-11 05:10:06 -04:00
feedItemsTest.js Update some Sinon reset() calls 2017-06-01 15:39:42 -04:00
feedItemTest.js Remove "Error:" expected in error messages. 2017-06-01 11:36:18 -04:00
feedReaderTest.js Various feeds changes 2016-03-22 06:56:36 -04:00
feedsTest.js Don't run feeds update until after schema update promise 2017-06-19 01:25:03 -04:00
feedTest.js Don't run feeds update until after schema update promise 2017-06-19 01:25:03 -04:00
fileInterfaceTest.js Update tests after citeproc-js upgrade to match output 2017-04-15 04:35:16 -04:00
fileTest.js Use same directory for OS.File.moveAtomic() temp file 2017-02-22 19:53:48 -05:00
fulltextTest.js Fix "text is not defined" error during full-text content sync 2017-04-26 02:44:01 -04:00
groupsTest.js Update toolbar icons on group editability change 2016-03-25 16:49:26 -04:00
groupTest.js Tweak test syntax that breaks with current version of chai-as-promised 2017-06-01 11:36:18 -04:00
integrationTest.js Modernize sinon.stub() calls 2017-06-01 11:36:17 -04:00
itemFieldsTest.js Fix Zotero.ItemFields.getBaseIDFromTypeAndField() 2015-05-27 05:01:48 -04:00
itemPaneTest.js Fix updating of notes list when child note is changed or moved to trash 2017-03-01 01:39:39 -05:00
itemsTest.js Move My Publications into My Library 2017-04-12 19:26:58 -04:00
itemTest.js Fix a potential sync error with child attachments 2017-07-11 02:35:11 -04:00
itemTreeViewTest.js Don't show Show/Hide button in My Publications for linked files 2017-04-27 04:52:50 -04:00
librariesTest.js Remove "Error:" expected in error messages. 2017-06-01 11:36:18 -04:00
libraryTest.js Remove "Error:" expected in error messages. 2017-06-01 11:36:18 -04:00
libraryTreeViewTest.js Fix potential error in libraryTreeView::#_removeRow() test 2016-07-19 20:31:52 -04:00
lookupTest.js Fix "Add Item by Identifier" (broken by 78b1d2ee3) 2016-12-13 05:23:21 -05:00
noteeditorTest.js Maybe fix noteeditor test failures for real 2017-04-01 14:29:45 -04:00
notifierTest.js Add Zotero.Notifier.Queue to keep event groups separate, and use for sync 2016-04-22 22:48:58 -04:00
openurlTest.js Use best first creator for OpenURL author, not just first position 2016-07-11 06:30:55 -04:00
preferences_advancedTest.js Fix #959, 5.0: Submit to Zotero Server is not working 2016-04-24 04:04:40 -04:00
preferences_searchTest.js Add waitForDialog(onOpen, button) support function 2015-06-04 20:31:48 -04:00
preferences_syncTest.js Update some Sinon reset() calls 2017-06-01 15:39:42 -04:00
profileTest.js Point other profiles to new data dir after migration (+ code reorg) 2016-11-27 00:17:56 -05:00
proxyTest.js Improves proxy support (#1129) 2016-12-12 14:29:59 +02:00
quickCopyTest.js Fix test timeouts caused by Quick Copy initialization 2016-11-22 20:31:58 -05:00
recognizePDFTest.js Fix Travis failure after skipped test 2016-12-21 05:28:48 -05:00
relatedboxTest.js Rework libraryTreeView event handling 2017-03-24 05:23:56 -04:00
relationsTest.js Update relations using local user key when first setting sync user 2017-03-01 23:38:45 -05:00
schemaTest.js Overhaul object downloading/processing during data syncs 2016-03-23 04:29:04 -04:00
searchTest.js Don't include items in My Publications in Unfiled Items 2017-04-17 21:34:08 -04:00
server_connectorTest.js Modernize sinon.stub() calls 2017-06-01 11:36:17 -04:00
serverTest.js Add new init(options) signature for server endpoints 2016-12-05 02:55:32 -05:00
storageLocalTest.js Add Sync.Storage.Local.updateSyncStates() 2017-07-01 06:31:46 -04:00
storageRequestTest.js Avoid a warning from a storageRequest test from the item not existing 2017-05-23 02:12:00 -04:00
styleTest.js Modernize sinon.stub() calls 2017-06-01 11:36:17 -04:00
supportTest.js Deasyncify Zotero.Tags.getID()/getAsync(), and add Zotero.Tags.create() 2016-04-21 11:07:16 -04:00
syncAPIClientTest.js Update some Sinon reset() calls 2017-06-01 15:39:42 -04:00
syncedSettingsTest.js Fixes feed sync bugs after conflicts. (#1074) 2016-08-16 03:03:42 -04:00
syncEngineTest.js Restore locally deleted collections and searches that changed remotely 2017-06-18 09:11:21 -04:00
syncEventListenersTest.js Don't auto-sync skipped libraries on change 2016-07-12 00:41:08 -04:00
syncFullTextEngineTest.js Update some deprecated function calls 2016-12-29 21:50:33 -05:00
syncLocalTest.js Restore locally deleted collections and searches that changed remotely 2017-06-18 09:11:21 -04:00
syncRunnerTest.js Remove some code that's unnecessary now that we're Fx52+ everywhere 2017-06-23 05:03:11 -04:00
tagsboxTest.js Deasyncify Zotero.Tags.getID()/getAsync(), and add Zotero.Tags.create() 2016-04-21 11:07:16 -04:00
tagSelectorTest.js Firefox 54 compatibility: rename "new" and "delete" XBL methods 2017-05-22 06:03:14 -04:00
tagsTest.js Add "Delete Automatic Tags in This Library…" option to tag selector menu 2017-07-07 18:19:12 -04:00
translateTest.js Use 'async' configOptions property to indicate promisified translators 2017-07-05 15:29:13 -04:00
translatorsTest.js Implements #1021 on Z4fx extension 2016-09-27 17:43:56 +03:00
uriTest.js Add Zotero.URI.getURIItemLibraryKeyFromDB() 2017-05-19 12:11:21 -04:00
utilities_internalTest.js Don't leave file descriptor open in md5Async() 2017-06-30 17:54:33 -04:00
utilitiesTest.js Make itemFromCSLJSON independent of Zotero.Item existance. 2017-05-08 09:24:34 +03:00
webdavTest.js Close prefs window after WebDAV Verify Server tests 2017-06-14 03:37:03 -04:00
zfsTest.js Firefox 54 compatibility: File.createFromFileName() returns a promise 2017-05-22 06:04:27 -04:00
zoteroPaneTest.js Move My Publications into My Library 2017-04-12 19:26:58 -04:00
zoteroTest.js Fix test 2016-12-11 02:55:47 -05:00