summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/export
Commit message (Expand)AuthorAgeFilesLines
* Make sure that tests restore the attachments path to the tmp dir so that fixt...Jean-Philippe Lang2011-12-161-1/+1
* Asserts that objects are not nil before getting their ids (test still fails w...Jean-Philippe Lang2011-12-151-0/+2
* pdf: lib: add the method to return attachment from filename and encoding (#3261)Toshi MARUYAMA2011-11-241-0/+37
* move iconv from utf8 logic from pdf to lib/redmine/codeset_util.rb for common...Toshi MARUYAMA2011-11-161-47/+17
* PDF: replace all non ASCII characters to '?' if Iconv error raise in JRuby (#...Toshi MARUYAMA2011-06-091-0/+7
* PDF: use SJIS instead of CP932 at unit pdf test test_rdm_pdf_iconv_invalid_ut...Toshi MARUYAMA2011-06-091-1/+5
* PDF: use SJIS instead of CP932 at unit pdf test test_rdm_pdf_iconv_cannot_con...Toshi MARUYAMA2011-06-091-1/+5
* PDF: use SJIS instead of CP932 at unit pdf test_fix_text_encoding_nil in JRub...Toshi MARUYAMA2011-06-081-2/+6
* PDF: replace invalid sequence in converting if encoding destination is UTF-8 ...Toshi MARUYAMA2011-05-091-0/+40
* PDF: call Redmine::Export::PDF::RDMPdfEncoding::rdm_pdf_iconv() directly in u...Toshi MARUYAMA2011-05-091-12/+15
* PDF: check Japanese general_pdf_encoding is CP932 in unit test.Toshi MARUYAMA2011-05-091-0/+2
* PDF: set lang 'ja' in unit test test_fix_text_encoding_cannot_convert_ja_cp93...Toshi MARUYAMA2011-05-081-2/+3
* PDF: add test of ensuring 'ASCII-8BIT' encoding in Ruby 1.9 (#61).Toshi MARUYAMA2011-04-291-6/+9
* PDF: fix 0x5c(backslash) escape processing in FPDF (#61).Toshi MARUYAMA2011-04-291-40/+0
* PDF: add test of replacing converting error characters in FPDF ANSI on Ruby 1...Toshi MARUYAMA2011-04-061-0/+7
* PDF: add test of replacing converting error characters in FPDF ANSI on Ruby 1...Toshi MARUYAMA2011-04-061-0/+16
* PDF: nil safe at fix_text_encoding(txt) of lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-04-061-0/+7
* PDF: add test of Ruby 1.9 compatibility of '0x5c'(backslash) handling in FPDF...Toshi MARUYAMA2011-04-061-0/+15
* PDF: add \\(double backslashes) handling of FPDF ANSI test in unit lib test (...Toshi MARUYAMA2011-04-061-0/+13
* PDF: set language 'ja' in '0x5c'(backslash) handling unit lib test (#61, #117).Toshi MARUYAMA2011-04-061-0/+2
* PDF: create new unit lib pdf test and add '0x5c'(backslash) handling test (#6...Toshi MARUYAMA2011-04-061-0/+32