null+****@clear*****
null+****@clear*****
2011年 2月 21日 (月) 14:26:26 JST
Kouhei Sutou 2011-02-21 05:26:26 +0000 (Mon, 21 Feb 2011)
New Revision: ca16e3040b4801b0a18b44b7e0df541153aed76a
Log:
fix test name.
Modified files:
test/unit/grntest/Makefile.am
Renamed files:
test/unit/grntest/test-http.rb
(from test/unit/grntest/test-out-http.rb)
Modified: test/unit/grntest/Makefile.am (+1 -1)
===================================================================
--- test/unit/grntest/Makefile.am 2011-02-21 04:44:35 +0000 (e377f6e)
+++ test/unit/grntest/Makefile.am 2011-02-21 05:26:26 +0000 (919910a)
@@ -1,2 +1,2 @@
EXTRA_DIST = \
- test-out-http.rb
+ test-http.rb
Renamed: test/unit/grntest/test-http.rb (+1 -1) 99%
===================================================================
--- test/unit/grntest/test-out-http.rb 2011-02-21 04:44:35 +0000 (dfa2b95)
+++ test/unit/grntest/test-http.rb 2011-02-21 05:26:26 +0000 (2b0808e)
@@ -15,7 +15,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-class GrnTestOutHTTPTest < Test::Unit::TestCase
+class GrnTestHTTPTest < Test::Unit::TestCase
include GroongaGrnTestTestUtils
CONFIG_ENV = {"GRN_CONFIG_PATH" => ""}