zotero/test
Dan Stillman a3f4fe181f More data layer changes
- Moved ::_get() and _set() from Collection/Search into DataObject, and
  disabled in Item
- Don't disable new items after save. We now put new objects into the
  DataObjects cache from save() so that changes made post-save are
  picked up by other code using .get().
- Added 'skipCache' save() option to avoid reloading data on new objects
  and adding them to the cache. (This will be used in syncing, where
  objects might be in another library where they're not needed right
  away.) Objects created with this option are instead disabled to
  prevent reuse.
- Modified some tests to try to make sure we're reloading everything properly
  after a save.
- Documented save() options
2015-05-21 23:39:00 -04:00
..
components Make debugging tests a bit easier 2015-03-07 22:17:44 -05:00
content Data layer fixes 2015-05-20 23:16:18 -04:00
resource Add Sinon mock framework for tests 2015-05-07 15:09:41 -04:00
tests More data layer changes 2015-05-21 23:39:00 -04:00
chrome.manifest Unit testing infrastructure 2015-03-07 16:34:55 -05:00
install.rdf Unit testing infrastructure 2015-03-07 16:34:55 -05:00
runtests.sh Skip default browser check 2015-05-05 02:53:08 -04:00