Commit 8d141577dd238409caf0c098a9be1d9deb4b5992
Committed by
Paulo Meireles
1 parent
e5069c25
Exists in
master
and in
23 other branches
Update javascript and stylesheet
Showing
6 changed files
with
12 additions
and
25 deletions
Show diff stats
plugins/mezuro/lib/mezuro_plugin.rb
plugins/mezuro/public/javascripts/collapsable.js
plugins/mezuro/public/style.css
plugins/mezuro/test/unit/kalibro/entities/project_test.rb
| ... | ... | @@ -2,7 +2,7 @@ class ProjectTest < Test::Unit::TestCase |
| 2 | 2 | |
| 3 | 3 | def self.qt_calculator |
| 4 | 4 | project = Kalibro::Entities::Project.new |
| 5 | - project.name = 'Qt-Calculator by ProjectTest' | |
| 5 | + project.name = 'Qt-Calculator' | |
| 6 | 6 | project.license = 'GPL' |
| 7 | 7 | project.description = 'Calculator for Qt' |
| 8 | 8 | project.repository = RepositoryTest.qt_calculator |
| ... | ... | @@ -12,7 +12,7 @@ class ProjectTest < Test::Unit::TestCase |
| 12 | 12 | end |
| 13 | 13 | |
| 14 | 14 | def self.qt_calculator_hash |
| 15 | - {:name => 'Qt-Calculator by ProjectTest', :license => 'GPL', | |
| 15 | + {:name => 'Qt-Calculator', :license => 'GPL', | |
| 16 | 16 | :description => 'Calculator for Qt', |
| 17 | 17 | :repository => RepositoryTest.qt_calculator_hash, |
| 18 | 18 | :configuration_name => 'Kalibro for Java', | ... | ... |
plugins/mezuro/test/unit/mezuro_plugin_test.rb
| ... | ... | @@ -25,7 +25,7 @@ class MezuroPluginTest < Test::Unit::TestCase |
| 25 | 25 | end |
| 26 | 26 | |
| 27 | 27 | should 'list javascript files' do |
| 28 | - assert_equal 'javascripts/collapsable.js', @plugin.js_files | |
| 28 | + assert_equal 'javascripts/toogle.js', @plugin.js_files | |
| 29 | 29 | end |
| 30 | 30 | |
| 31 | 31 | end |
| 32 | 32 | \ No newline at end of file | ... | ... |