Kouhei Sutou 2017-08-06 16:18:19 +0900 (Sun, 06 Aug 2017)
New Revision: 0702caf09da771877d91dc07b0400dcba3ce1984
https://github.com/ruby-gnome2/ruby-gnome2/commit/0702caf09da771877d91dc07b0400dcba3ce1984
Message:
vte3 test: remove needless "terminal" prefix
Renamed files:
vte3/test/test-regex.rb
(from vte3/test/test-terminal-regex.rb)
Renamed: vte3/test/test-regex.rb (+1 -1) 96%
===================================================================
--- vte3/test/test-terminal-regex.rb 2017-08-06 16:17:38 +0900 (e42647030)
+++ vte3/test/test-regex.rb 2017-08-06 16:18:19 +0900 (3e44a2753)
@@ -14,7 +14,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 TestTerminalRegex < Test::Unit::TestCase
+class TestRegex < Test::Unit::TestCase
include VteTestUtils
def setup
|