NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1727 (closed enhancement: fixed)

Opened 2013-03-22T18:02:03-05:00

Last modified 2013-05-31T16:07:03-05:00

Add integration tests for the SSH and SFTP uploader backends of the updater

Reported by: dscho Owned by: dscho
Priority: major Milestone: imagej2-b7-ndim-data
Component: Updater Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1901

Description

Just like we verify that nothing got borked in the WebDAV support, we should also test SSH and SFTP. Otherwise things might get broken and remain that way for weeks or months, and the updating mechanism is too important for us to let it be that unreliable.

Change History

comment:1 Changed 2013-03-22T18:03:19-05:00 by dscho

  • Status changed from new to closed
  • Resolution set to fixed

Just like the WebDAV uploading support, I actually added this ticket when I had the fix already. It also entailed a rather nice refactoring of the updater test class and the WebDAV uploader test, making future regression tests soooo much easier to implement: bfd7f34cd4d63f3628cbf06ebe56a60278e96c2f and 9c16fac10e3919e67f8e2de9e786869fc2ea08f7.

comment:2 Changed 2013-05-31T16:07:03-05:00 by bdezonia

  • Blocking 1901 added; 1347 removed