Home | Directory | Search | 12 unapplied patches, 13 total | 7 programs
Haberdasher
demiurgo.org

Patch #15 (by demo)

Other Unapplied Patches for 'PDF::Writer'

Some fake patch, context diff (for 5.5)
Fix font embedding issues (for 0.0.3)

Applied Patches for 'PDF::Writer'

None

Basic Info

PDF::Writer
Some fake patch, subversion diff
[none]
Some fake patch, subversion diff

Patch History

6.5 362 Bytes 15 Oct, 2007 (22:53)
Initial version

Patch Text

Index: test/tc_latex_pdf_compiler.rb
===================================================================
--- test/tc_latex_pdf_compiler.rb	(revisión: 146)
+++ test/tc_latex_pdf_compiler.rb	(copia de trabajo)
@@ -33,6 +33,6 @@
     end
 
     def teardown
-        FileUtils.rm_rf(LATEX_TMP_DIR)
+        FileUtils.rm_rf(LATEX_TMP_DIR) unless DEBUG
     end
 end