Mercurial > hg > soundsoftware-site
comparison test/unit/lib/redmine/wiki_formatting.rb @ 524:1248a47e81b3 feature_36
Merge from branch "luisf"
| author | luisf <luis.figueira@eecs.qmul.ac.uk> |
|---|---|
| date | Mon, 25 Jul 2011 14:39:38 +0100 |
| parents | af80e5618e9b |
| children | cbb26bc654de |
comparison
equal
deleted
inserted
replaced
| 519:3be6bc3c2a17 | 524:1248a47e81b3 |
|---|---|
| 13 # | 13 # |
| 14 # You should have received a copy of the GNU General Public License | 14 # You should have received a copy of the GNU General Public License |
| 15 # along with this program; if not, write to the Free Software | 15 # along with this program; if not, write to the Free Software |
| 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 17 | 17 |
| 18 require File.dirname(__FILE__) + '/../../../test_helper' | 18 require File.expand_path('../../../../test_helper', __FILE__) |
| 19 | 19 |
| 20 class Redmine::WikiFormattingTest < ActiveSupport::TestCase | 20 class Redmine::WikiFormattingTest < ActiveSupport::TestCase |
| 21 | 21 |
| 22 def test_textile_formatter | 22 def test_textile_formatter |
| 23 assert_equal Redmine::WikiFormatting::Textile::Formatter, Redmine::WikiFormatting.formatter_for('textile') | 23 assert_equal Redmine::WikiFormatting::Textile::Formatter, Redmine::WikiFormatting.formatter_for('textile') |
