Nuevo plugin Redmine Glossary 0.9.2
This commit is contained in:
parent
5d298a7529
commit
693eb3ee50
72 changed files with 2962 additions and 0 deletions
19
plugins/redmine_glossary/test/fixtures/glossary_styles.yml
vendored
Executable file
19
plugins/redmine_glossary/test/fixtures/glossary_styles.yml
vendored
Executable file
|
@ -0,0 +1,19 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
one:
|
||||
id: 1
|
||||
show_desc:
|
||||
gropby:
|
||||
project_scope: 1
|
||||
sort_item_0: MyString
|
||||
sort_item_1: MyString
|
||||
sort_item_2: MyString
|
||||
user_id: 1
|
||||
two:
|
||||
id: 2
|
||||
show_desc:
|
||||
gropby:
|
||||
project_scope: 1
|
||||
sort_item_0: MyString
|
||||
sort_item_1: MyString
|
||||
sort_item_2: MyString
|
||||
user_id: 1
|
19
plugins/redmine_glossary/test/fixtures/grossary_styles.yml
vendored
Executable file
19
plugins/redmine_glossary/test/fixtures/grossary_styles.yml
vendored
Executable file
|
@ -0,0 +1,19 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
one:
|
||||
id: 1
|
||||
show_desc:
|
||||
gropby:
|
||||
project_scope: 1
|
||||
sort_item_0: MyString
|
||||
sort_item_1: MyString
|
||||
sort_item_2: MyString
|
||||
user_id: 1
|
||||
two:
|
||||
id: 2
|
||||
show_desc:
|
||||
gropby:
|
||||
project_scope: 1
|
||||
sort_item_0: MyString
|
||||
sort_item_1: MyString
|
||||
sort_item_2: MyString
|
||||
user_id: 1
|
11
plugins/redmine_glossary/test/fixtures/term_categories.yml
vendored
Executable file
11
plugins/redmine_glossary/test/fixtures/term_categories.yml
vendored
Executable file
|
@ -0,0 +1,11 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
one:
|
||||
id: 1
|
||||
project_id: 1
|
||||
name: MyString
|
||||
position: 1
|
||||
two:
|
||||
id: 2
|
||||
project_id: 1
|
||||
name: MyString
|
||||
position: 1
|
17
plugins/redmine_glossary/test/fixtures/term_queries.yml
vendored
Executable file
17
plugins/redmine_glossary/test/fixtures/term_queries.yml
vendored
Executable file
|
@ -0,0 +1,17 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
one:
|
||||
id: 1
|
||||
show_desc:
|
||||
categorized:
|
||||
all_project:
|
||||
search_str:
|
||||
search_category:
|
||||
sort_items: MyString
|
||||
two:
|
||||
id: 2
|
||||
show_desc:
|
||||
categorized:
|
||||
all_project:
|
||||
search_str:
|
||||
search_category:
|
||||
sort_items: MyString
|
25
plugins/redmine_glossary/test/fixtures/terms.yml
vendored
Executable file
25
plugins/redmine_glossary/test/fixtures/terms.yml
vendored
Executable file
|
@ -0,0 +1,25 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
one:
|
||||
id: 1
|
||||
project_id:
|
||||
category_id:
|
||||
author_id:
|
||||
updater_id:
|
||||
name:
|
||||
name_en:
|
||||
codename:
|
||||
description:
|
||||
created_on:
|
||||
updated_on: 2010-12-13 21:25:16
|
||||
two:
|
||||
id: 2
|
||||
project_id:
|
||||
category_id:
|
||||
author_id:
|
||||
updater_id:
|
||||
name:
|
||||
name_en:
|
||||
codename:
|
||||
description:
|
||||
created_on:
|
||||
updated_on: 2010-12-13 21:25:16
|
19
plugins/redmine_glossary/test/fixtures/view_styles.yml
vendored
Executable file
19
plugins/redmine_glossary/test/fixtures/view_styles.yml
vendored
Executable file
|
@ -0,0 +1,19 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
one:
|
||||
id: 1
|
||||
show_desc:
|
||||
gropby:
|
||||
project_scope: 1
|
||||
sort_item_0: MyString
|
||||
sort_item_1: MyString
|
||||
sort_item_2: MyString
|
||||
user_id: 1
|
||||
two:
|
||||
id: 2
|
||||
show_desc:
|
||||
gropby:
|
||||
project_scope: 1
|
||||
sort_item_0: MyString
|
||||
sort_item_1: MyString
|
||||
sort_item_2: MyString
|
||||
user_id: 1
|
8
plugins/redmine_glossary/test/functional/glossary_controller_test.rb
Executable file
8
plugins/redmine_glossary/test/functional/glossary_controller_test.rb
Executable file
|
@ -0,0 +1,8 @@
|
|||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class GlossaryControllerTest < ActionController::TestCase
|
||||
# Replace this with your real tests.
|
||||
def test_truth
|
||||
assert true
|
||||
end
|
||||
end
|
|
@ -0,0 +1,8 @@
|
|||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class GlossaryStylesControllerTest < ActionController::TestCase
|
||||
# Replace this with your real tests.
|
||||
def test_truth
|
||||
assert true
|
||||
end
|
||||
end
|
|
@ -0,0 +1,8 @@
|
|||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class GlossrayStylesControllerTest < ActionController::TestCase
|
||||
# Replace this with your real tests.
|
||||
def test_truth
|
||||
assert true
|
||||
end
|
||||
end
|
|
@ -0,0 +1,8 @@
|
|||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class TermCategoriesControllerTest < ActionController::TestCase
|
||||
# Replace this with your real tests.
|
||||
def test_truth
|
||||
assert true
|
||||
end
|
||||
end
|
8
plugins/redmine_glossary/test/functional/term_queries_controller_test.rb
Executable file
8
plugins/redmine_glossary/test/functional/term_queries_controller_test.rb
Executable file
|
@ -0,0 +1,8 @@
|
|||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class TermQueriesControllerTest < ActionController::TestCase
|
||||
# Replace this with your real tests.
|
||||
def test_truth
|
||||
assert true
|
||||
end
|
||||
end
|
5
plugins/redmine_glossary/test/test_helper.rb
Executable file
5
plugins/redmine_glossary/test/test_helper.rb
Executable file
|
@ -0,0 +1,5 @@
|
|||
# Load the normal Rails helper
|
||||
require File.expand_path(File.dirname(__FILE__) + '/../../../../test/test_helper')
|
||||
|
||||
# Ensure that we are using the temporary fixture path
|
||||
Engines::Testing.set_fixture_path
|
10
plugins/redmine_glossary/test/unit/glossary_style_test.rb
Executable file
10
plugins/redmine_glossary/test/unit/glossary_style_test.rb
Executable file
|
@ -0,0 +1,10 @@
|
|||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class GlossaryStyleTest < ActiveSupport::TestCase
|
||||
fixtures :glossary_styles
|
||||
|
||||
# Replace this with your real tests.
|
||||
def test_truth
|
||||
assert true
|
||||
end
|
||||
end
|
10
plugins/redmine_glossary/test/unit/grossary_style_test.rb
Executable file
10
plugins/redmine_glossary/test/unit/grossary_style_test.rb
Executable file
|
@ -0,0 +1,10 @@
|
|||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class GrossaryStyleTest < ActiveSupport::TestCase
|
||||
fixtures :grossary_styles
|
||||
|
||||
# Replace this with your real tests.
|
||||
def test_truth
|
||||
assert true
|
||||
end
|
||||
end
|
10
plugins/redmine_glossary/test/unit/term_category_test.rb
Executable file
10
plugins/redmine_glossary/test/unit/term_category_test.rb
Executable file
|
@ -0,0 +1,10 @@
|
|||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class TermCategoryTest < ActiveSupport::TestCase
|
||||
fixtures :term_categories
|
||||
|
||||
# Replace this with your real tests.
|
||||
def test_truth
|
||||
assert true
|
||||
end
|
||||
end
|
10
plugins/redmine_glossary/test/unit/term_query_test.rb
Executable file
10
plugins/redmine_glossary/test/unit/term_query_test.rb
Executable file
|
@ -0,0 +1,10 @@
|
|||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class TermQueryTest < ActiveSupport::TestCase
|
||||
fixtures :term_queries
|
||||
|
||||
# Replace this with your real tests.
|
||||
def test_truth
|
||||
assert true
|
||||
end
|
||||
end
|
10
plugins/redmine_glossary/test/unit/term_test.rb
Executable file
10
plugins/redmine_glossary/test/unit/term_test.rb
Executable file
|
@ -0,0 +1,10 @@
|
|||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class TermTest < ActiveSupport::TestCase
|
||||
fixtures :terms
|
||||
|
||||
# Replace this with your real tests.
|
||||
def test_truth
|
||||
assert true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue