Skip to content

Commit

Permalink
Updated test file names
Browse files Browse the repository at this point in the history
  • Loading branch information
clbustos committed Jan 5, 2012
1 parent ee4471b commit 9a13c4d
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 26 deletions.
File renamed without changes.
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Information class unit test class.
class CharacterStyleTest < Test::Unit::TestCase
Expand Down
4 changes: 2 additions & 2 deletions test/colour_test.rb → test/test_colour.rb
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Colour class unit test class.
class ColourTest < Test::Unit::TestCase
Expand Down Expand Up @@ -113,4 +113,4 @@ def test_01
"Message: #{error.message}")
end
end
end
end
4 changes: 2 additions & 2 deletions test/colour_table_test.rb → test/test_colour_table.rb
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# ColourTable class unit test class.
class ColourTableTest < Test::Unit::TestCase
Expand Down Expand Up @@ -90,4 +90,4 @@ def test_01
"\\red100\\green100\\blue100;\n"\
"}")
end
end
end
2 changes: 1 addition & 1 deletion test/command_node_test.rb → test/test_command_node.rb
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Information class unit test class.
class CommandNodeTest < Test::Unit::TestCase
Expand Down
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Information class unit test class.
class ContainerNodeTest < Test::Unit::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/document_test.rb → test/test_document.rb
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Information class unit test class.
class DocumentTest < Test::Unit::TestCase
Expand Down
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Information class unit test class.
class DocumentStyleTest < Test::Unit::TestCase
Expand Down
4 changes: 2 additions & 2 deletions test/font_test.rb → test/test_font.rb
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Font class unit test class.
class FontTest < Test::Unit::TestCase
Expand Down Expand Up @@ -45,4 +45,4 @@ def test_01
"an invalid family. Exception type #{error.class.name}.")
end
end
end
end
4 changes: 2 additions & 2 deletions test/font_table_test.rb → test/test_font_table.rb
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# FontTable class unit test class.
class FontTableTest < Test::Unit::TestCase
Expand Down Expand Up @@ -88,4 +88,4 @@ def test_01
"{\\f1\\fswiss Tahoma;}\n"\
"}")
end
end
end
2 changes: 1 addition & 1 deletion test/footer_node_test.rb → test/test_footer_node.rb
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Information class unit test class.
class FooterNodeTest < Test::Unit::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/header_node_test.rb → test/test_header_node.rb
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Information class unit test class.
class HeaderNodeTest < Test::Unit::TestCase
Expand Down
4 changes: 1 addition & 3 deletions test/image_node_test.rb → test/test_image_node.rb
@@ -1,6 +1,4 @@
$:.unshift(File.dirname(__FILE__)+"/../lib")

require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Colour class unit test class.
class ImageNodeTest < Test::Unit::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/information_test.rb → test/test_information.rb
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Information class unit test class.
class InformationTest < Test::Unit::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/node_test.rb → test/test_node.rb
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Information class unit test class.
class NodeTest < Test::Unit::TestCase
Expand Down
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Information class unit test class.
class ParagraphStyleTest < Test::Unit::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/style_test.rb → test/test_style.rb
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Information class unit test class.
class StyleTest < Test::Unit::TestCase
Expand Down
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Information class unit test class.
class TableCellNodeTest < Test::Unit::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/table_node_test.rb → test/test_table_node.rb
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Information class unit test class.
class TableNodeTest < Test::Unit::TestCase
Expand Down
@@ -1,4 +1,4 @@
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Information class unit test class.
class TableRowNodeTest < Test::Unit::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/text_node_test.rb
@@ -1,5 +1,5 @@
# encoding:UTF-8
require File.expand_path(File.dirname(__FILE__)+'/test_helper')
require File.expand_path(File.dirname(__FILE__)+'/helper_tests')

# Information class unit test class.
class TextNodeTest < Test::Unit::TestCase
Expand Down

0 comments on commit 9a13c4d

Please sign in to comment.