Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #7571 (closed enhancement: fixed)

Opened 2 years ago

Last modified 1 year ago

[PATCH] add tests for return-path

Reported by: joost Assigned to: core
Priority: normal Milestone: 1.x
Component: ActionMailer Version: edge
Severity: minor Keywords: tiny tests
Cc:

Description

Patch adds two tests for the Return-Path header

Attachments

return_path_test.diff (1.1 kB) - added by joost on 02/15/07 23:19:53.
return_path_test.2.diff (1.1 kB) - added by josh on 09/16/07 21:49:47.
Tidied patch against [7497]

Change History

02/15/07 23:19:53 changed by joost

  • attachment return_path_test.diff added.

02/22/07 20:57:09 changed by josh

  • keywords set to verified tiny.

06/25/07 18:39:18 changed by josh

  • keywords changed from verified tiny to tiny tests.
  • severity changed from normal to minor.

09/16/07 21:49:47 changed by josh

  • attachment return_path_test.2.diff added.

Tidied patch against [7497]

09/16/07 21:50:05 changed by josh

+1

09/22/07 00:56:14 changed by tarmo

+1

09/22/07 17:32:46 changed by david

  • status changed from new to closed.
  • resolution set to fixed.

(In [7545]) Improved test coverage (closes #7571) [joost]