From null+test-unit @ clear-code.com Fri Feb 1 01:24:50 2013 From: null+test-unit @ clear-code.com (Kouhei Sutou) Date: Fri, 01 Feb 2013 10:24:50 +0900 Subject: [test-unit-commit:00567] test-unit/test-unit [master] Use "@encoding utf-8" to set HTML charset Message-ID: <20130201012505.E874D940BDA@jenkins.clear-code.com> Kouhei Sutou 2013-02-01 10:24:50 +0900 (Fri, 01 Feb 2013) New Revision: 119858ad15698d7f9ebf1182130d822b6d63ec8d https://github.com/test-unit/test-unit/commit/119858ad15698d7f9ebf1182130d822b6d63ec8d Log: Use "@encoding utf-8" to set HTML charset But why should we set encoding? Is US-ASCII invalid? XSS? Modified files: doc/text/how-to.textile Modified: doc/text/how-to.textile (+1 -1) =================================================================== --- doc/text/how-to.textile 2013-01-31 22:01:46 +0900 (ee57178) +++ doc/text/how-to.textile 2013-02-01 10:24:50 +0900 (452bc25) @@ -1,5 +1,5 @@ # @title How To -p{display:none}. HTML の meta charset を UTF-8 にするためのコメント +# @encoding utf-8 h1. How To -------------- next part -------------- HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B... URL: From null+test-unit @ clear-code.com Fri Feb 1 01:28:39 2013 From: null+test-unit @ clear-code.com (Kouhei Sutou) Date: Fri, 01 Feb 2013 10:28:39 +0900 Subject: [test-unit-commit:00568] test-unit/test-unit [master] travis: drop ree support Message-ID: <20130201012850.DA84B940BDA@jenkins.clear-code.com> Kouhei Sutou 2013-02-01 10:28:39 +0900 (Fri, 01 Feb 2013) New Revision: 1270e554c8c5c40b776c7308f529105685c7292d https://github.com/test-unit/test-unit/commit/1270e554c8c5c40b776c7308f529105685c7292d Log: travis: drop ree support Modified files: .travis.yml Modified: .travis.yml (+0 -1) =================================================================== --- .travis.yml 2013-02-01 10:24:50 +0900 (c79c5d8) +++ .travis.yml 2013-02-01 10:28:39 +0900 (48b6646) @@ -3,7 +3,6 @@ rvm: - 1.9.2 - 1.9.3 - rbx - - ree - jruby - ruby-head notifications: -------------- next part -------------- HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B... URL: From null+test-unit @ clear-code.com Wed Feb 13 14:47:47 2013 From: null+test-unit @ clear-code.com (Kouhei Sutou) Date: Wed, 13 Feb 2013 23:47:47 +0900 Subject: [test-unit-commit:00569] test-unit/test-unit [master] Merge pull request #53 from bfontaine/patch-1 Message-ID: <20130213144842.636C2940CB4@jenkins.clear-code.com> Kouhei Sutou 2013-02-13 23:47:47 +0900 (Wed, 13 Feb 2013) New Revision: 775a99205f39943d574a99fb2bcc8252a3527e3a https://github.com/test-unit/test-unit/commit/775a99205f39943d574a99fb2bcc8252a3527e3a Log: Merge pull request #53 from bfontaine/patch-1 Fixed typo (commnad -> command) Patch by Baptiste Fontaine. Thanks!!! -------------- next part -------------- HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B... URL: From null+test-unit @ clear-code.com Wed Feb 13 14:30:33 2013 From: null+test-unit @ clear-code.com (Baptiste Fontaine) Date: Wed, 13 Feb 2013 23:30:33 +0900 Subject: [test-unit-commit:00570] test-unit/test-unit [master] Fixed typo (commnad -> command) Message-ID: <20130213144842.4CBF09402E8@jenkins.clear-code.com> Baptiste Fontaine 2013-02-13 23:30:33 +0900 (Wed, 13 Feb 2013) New Revision: 5770a761f96447e3609a95b288675c1261fa87d9 https://github.com/test-unit/test-unit/commit/5770a761f96447e3609a95b288675c1261fa87d9 Merged 775a992: Merge pull request #53 from bfontaine/patch-1 Log: Fixed typo (commnad -> command) Modified files: doc/text/how-to.textile Modified: doc/text/how-to.textile (+1 -1) =================================================================== --- doc/text/how-to.textile 2013-02-01 10:28:39 +0900 (452bc25) +++ doc/text/how-to.textile 2013-02-13 23:30:33 +0900 (209e5aa) @@ -28,7 +28,7 @@ $ ruby test/run_test.rb h2. Change test runner via the command line -The output format can be changed via the commnad line with +The output format can be changed via the command line with the @--runner@ option. Simply tack it to the end:
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
URL: 

From null+test-unit @ clear-code.com  Wed Feb 27 15:04:22 2013
From: null+test-unit @ clear-code.com (Kouhei Sutou)
Date: Thu, 28 Feb 2013 00:04:22 +0900
Subject: [test-unit-commit:00571] test-unit/test-unit [master] travis: add
	2.0.0!
Message-ID: <20130227150435.C75F39403AE@jenkins.clear-code.com>

Kouhei Sutou	2013-02-28 00:04:22 +0900 (Thu, 28 Feb 2013)

  New Revision: dfa37f99b2eb31d9edfef9ba0871a56103b45704
  https://github.com/test-unit/test-unit/commit/dfa37f99b2eb31d9edfef9ba0871a56103b45704

  Log:
    travis: add 2.0.0!

  Modified files:
    .travis.yml

  Modified: .travis.yml (+1 -0)
===================================================================
--- .travis.yml    2013-02-13 23:47:47 +0900 (48b6646)
+++ .travis.yml    2013-02-28 00:04:22 +0900 (caee253)
@@ -2,6 +2,7 @@ rvm:
   - 1.8.7
   - 1.9.2
   - 1.9.3
+  - 2.0.0
   - rbx
   - jruby
   - ruby-head
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
URL: 

From null+test-unit @ clear-code.com  Wed Feb 27 15:04:35 2013
From: null+test-unit @ clear-code.com (Kouhei Sutou)
Date: Thu, 28 Feb 2013 00:04:35 +0900
Subject: [test-unit-commit:00572] test-unit/test-unit [master] travis:
	remove 1.9.2
Message-ID: <20130227150452.295359403AE@jenkins.clear-code.com>

Kouhei Sutou	2013-02-28 00:04:35 +0900 (Thu, 28 Feb 2013)

  New Revision: 98826c678e09a37bf93ef78f458312b7af11de85
  https://github.com/test-unit/test-unit/commit/98826c678e09a37bf93ef78f458312b7af11de85

  Log:
    travis: remove 1.9.2

  Modified files:
    .travis.yml

  Modified: .travis.yml (+0 -1)
===================================================================
--- .travis.yml    2013-02-28 00:04:22 +0900 (caee253)
+++ .travis.yml    2013-02-28 00:04:35 +0900 (b6fe87e)
@@ -1,6 +1,5 @@
 rvm:
   - 1.8.7
-  - 1.9.2
   - 1.9.3
   - 2.0.0
   - rbx
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
URL: 

From null+test-unit @ clear-code.com  Wed Feb 27 15:15:51 2013
From: null+test-unit @ clear-code.com (Kouhei Sutou)
Date: Thu, 28 Feb 2013 00:15:51 +0900
Subject: [test-unit-commit:00573] test-unit/test-unit [master] Use
	CSV::VERSION to detect newer CSV library
Message-ID: <20130227151608.EF94A9403AE@jenkins.clear-code.com>

Kouhei Sutou	2013-02-28 00:15:51 +0900 (Thu, 28 Feb 2013)

  New Revision: 936bb463e1e47f5bee767027a25bf211876d8be9
  https://github.com/test-unit/test-unit/commit/936bb463e1e47f5bee767027a25bf211876d8be9

  Log:
    Use CSV::VERSION to detect newer CSV library
    
    CSV.dump (and CSV.load) had been removed since Ruby 2.0.0.
    
    GitHub: fix #54
    
    Reported by mtasaka. Thanks!!!

  Modified files:
    lib/test/unit/data.rb

  Modified: lib/test/unit/data.rb (+1 -1)
===================================================================
--- lib/test/unit/data.rb    2013-02-28 00:04:35 +0900 (3fec326)
+++ lib/test/unit/data.rb    2013-02-28 00:15:51 +0900 (9f71f01)
@@ -194,7 +194,7 @@ module Test
           # @api private
           def load_tsv(file_name)
             require "csv"
-            if CSV.respond_to?(:dump)
+            if CSV.const_defined?(:VERSION)
               first_row = true
               header = nil
               CSV.foreach(file_name, :col_sep => "\t") do |row|
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
URL: 

From null+test-unit @ clear-code.com  Thu Feb 28 13:25:12 2013
From: null+test-unit @ clear-code.com (Kouhei Sutou)
Date: Thu, 28 Feb 2013 22:25:12 +0900
Subject: [test-unit-commit:00574] test-unit/test-unit [master] Merge pull
	request #55 from tmiller/master
Message-ID: <20130228132519.0686E94070B@jenkins.clear-code.com>

Kouhei Sutou	2013-02-28 22:25:12 +0900 (Thu, 28 Feb 2013)

  New Revision: 4d0db10bc7dabe9389f77b6253a15a1d4ab2b1a3
  https://github.com/test-unit/test-unit/commit/4d0db10bc7dabe9389f77b6253a15a1d4ab2b1a3

  Log:
    Merge pull request #55 from tmiller/master
    
    Properly check $TERM for screen variants
    
    Patch by Tom Miller. Thanks!!!
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
URL: 

From null+test-unit @ clear-code.com  Wed Feb 27 15:55:19 2013
From: null+test-unit @ clear-code.com (Tom Miller)
Date: Thu, 28 Feb 2013 00:55:19 +0900
Subject: [test-unit-commit:00575] test-unit/test-unit [master] Properly
	check $TERM for screen
Message-ID: <20130228132518.E3D4E940409@jenkins.clear-code.com>

Tom Miller	2013-02-28 00:55:19 +0900 (Thu, 28 Feb 2013)

  New Revision: 10a5465004c80b2683a835d2924651330d96b37b
  https://github.com/test-unit/test-unit/commit/10a5465004c80b2683a835d2924651330d96b37b

  Merged 4d0db10: Merge pull request #55 from tmiller/master

  Log:
    Properly check $TERM for screen
    
    Previously it would not recognize when $TERM was set to screen-256color

  Modified files:
    lib/test/unit/ui/console/testrunner.rb

  Modified: lib/test/unit/ui/console/testrunner.rb (+1 -1)
===================================================================
--- lib/test/unit/ui/console/testrunner.rb    2013-02-28 00:15:51 +0900 (adbec49)
+++ lib/test/unit/ui/console/testrunner.rb    2013-02-28 00:55:19 +0900 (330d0c7)
@@ -465,7 +465,7 @@ module Test
           def guess_color_availability
             return false unless @output.tty?
             case ENV["TERM"]
-            when /term(?:-(?:256)?color)?\z/, "screen"
+            when /(term|screen)(?:-(?:256)?color)?\z/
               true
             else
               return true if ENV["EMACS"] == "t"
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
URL: 

From null+test-unit @ clear-code.com  Thu Feb 28 13:29:09 2013
From: null+test-unit @ clear-code.com (Kouhei Sutou)
Date: Thu, 28 Feb 2013 22:29:09 +0900
Subject: [test-unit-commit:00576] test-unit/test-unit [master] Don't create
	needless capture
Message-ID: <20130228132924.2B589940409@jenkins.clear-code.com>

Kouhei Sutou	2013-02-28 22:29:09 +0900 (Thu, 28 Feb 2013)

  New Revision: 6d984e61f3cde761b1a3a6e03215bc405ca32f9e
  https://github.com/test-unit/test-unit/commit/6d984e61f3cde761b1a3a6e03215bc405ca32f9e

  Log:
    Don't create needless capture

  Modified files:
    lib/test/unit/ui/console/testrunner.rb

  Modified: lib/test/unit/ui/console/testrunner.rb (+2 -2)
===================================================================
--- lib/test/unit/ui/console/testrunner.rb    2013-02-28 22:25:12 +0900 (330d0c7)
+++ lib/test/unit/ui/console/testrunner.rb    2013-02-28 22:29:09 +0900 (c907fd8)
@@ -3,7 +3,7 @@
 # Author:: Nathaniel Talbott.
 # Copyright::
 #   * Copyright (c) 2000-2003 Nathaniel Talbott. All rights reserved.
-#   * Copyright (c) 2008-2011 Kouhei Sutou 
+#   * Copyright (c) 2008-2013 Kouhei Sutou 
 # License:: Ruby license.
 
 require 'test/unit/color-scheme'
@@ -465,7 +465,7 @@ module Test
           def guess_color_availability
             return false unless @output.tty?
             case ENV["TERM"]
-            when /(term|screen)(?:-(?:256)?color)?\z/
+            when /(?:term|screen)(?:-(?:256)?color)?\z/
               true
             else
               return true if ENV["EMACS"] == "t"
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
URL: