[Groonga-commit] groonga/groonga-command [master] Group command related tests

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 25 18:13:36 JST 2012


Kouhei Sutou	2012-11-25 18:13:36 +0900 (Sun, 25 Nov 2012)

  New Revision: 2cb3aa0f7880eb4812d8264aed5728bee66793ff
  https://github.com/groonga/groonga-command/commit/2cb3aa0f7880eb4812d8264aed5728bee66793ff

  Log:
    Group command related tests

  Renamed files:
    test/command/test-base.rb
      (from test/test-command.rb)
    test/command/test-select.rb
      (from test/test-select.rb)
    test/command/test-table-create.rb
      (from test/test-table-create.rb)

  Renamed: test/command/test-base.rb (+1 -1) 97%
===================================================================
--- test/test-command.rb    2012-11-25 18:10:12 +0900 (29a85e6)
+++ test/command/test-base.rb    2012-11-25 18:13:36 +0900 (5e4a863)
@@ -16,7 +16,7 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-class CommandTest < Test::Unit::TestCase
+class BaseCommandTest < Test::Unit::TestCase
   class ConvertTest < self
     def test_to_uri_format
       select = Groonga::Command::Base.new("select",

  Renamed: test/command/test-select.rb (+1 -1) 97%
===================================================================
--- test/test-select.rb    2012-11-25 18:10:12 +0900 (7423ad5)
+++ test/command/test-select.rb    2012-11-25 18:13:36 +0900 (bd48d1a)
@@ -16,7 +16,7 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-class SelectTest < Test::Unit::TestCase
+class SelectCommandTest < Test::Unit::TestCase
   def test_scorer
     select = command(:table => "Users",
                      :filter => "age<=30",

  Renamed: test/command/test-table-create.rb (+1 -1) 97%
===================================================================
--- test/test-table-create.rb    2012-11-25 18:10:12 +0900 (3001291)
+++ test/command/test-table-create.rb    2012-11-25 18:13:36 +0900 (422eb9f)
@@ -16,7 +16,7 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-class TableCreateTest < Test::Unit::TestCase
+class TableCreateCommandTest < Test::Unit::TestCase
   class CommandLineTest < self
     def test_ordered_arguments
       name              = "Users"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index