summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-07-29 14:52:57 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-07-29 14:52:57 +0000
commite4518af32a00d1b28e0a2536679d9dc1b645802f (patch)
tree792b5647e3c67a8fd99bfdca28b0d28759d81293 /test
parent08f200c4875f20ecd7b80d761b3c5c8a77fce9f7 (diff)
downloadredmine-e4518af32a00d1b28e0a2536679d9dc1b645802f.tar.gz
redmine-e4518af32a00d1b28e0a2536679d9dc1b645802f.zip
Removed line numbers from syntax highlightment.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10131 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/unit/helpers/application_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb
index 1885f4da3..b3757b092 100644
--- a/test/unit/helpers/application_helper_test.rb
+++ b/test/unit/helpers/application_helper_test.rb
@@ -720,7 +720,7 @@ EXPECTED
RAW
expected = <<-EXPECTED
-<pre><code class="ruby syntaxhl"><span class=\"CodeRay\"><span class="line-numbers">1</span><span class="comment"># Some ruby code here</span></span>
+<pre><code class="ruby syntaxhl"><span class=\"CodeRay\"><span class="comment"># Some ruby code here</span></span>
</code></pre>
EXPECTED