summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-31 03:13:23 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-31 03:13:23 +0000
commit0f0658d08f3661ef9cc5fc7ee5ce952db0c657cd (patch)
tree22d787cac95b3a31a0ae59622798d5df6c65fc20 /test
parent1f77ea8214fe9cc02e53fcb59b2de0ea88a436d8 (diff)
* removed svn:keywords for compatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/digest/test_digest.rb2
-rw-r--r--test/fileutils/fileasserts.rb2
-rw-r--r--test/fileutils/test_dryrun.rb2
-rw-r--r--test/fileutils/test_fileutils.rb2
-rw-r--r--test/fileutils/test_nowrite.rb2
-rw-r--r--test/fileutils/test_verbose.rb2
-rw-r--r--test/runner.rb2
-rw-r--r--test/yaml/test_yaml.rb2
8 files changed, 8 insertions, 8 deletions
diff --git a/test/digest/test_digest.rb b/test/digest/test_digest.rb
index 62f0aa2cd7..ac32653145 100644
--- a/test/digest/test_digest.rb
+++ b/test/digest/test_digest.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
#
# $RoughId: test.rb,v 1.4 2001/07/13 15:38:27 knu Exp $
-# $Id$
+# $Id: test_digest.rb,v 1.2.2.2 2005/02/17 11:16:57 ocean Exp $
require 'test/unit'
diff --git a/test/fileutils/fileasserts.rb b/test/fileutils/fileasserts.rb
index c2e9244a96..65add2ac76 100644
--- a/test/fileutils/fileasserts.rb
+++ b/test/fileutils/fileasserts.rb
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: fileasserts.rb,v 1.2.2.2 2005/01/26 15:16:09 aamine Exp $
module Test
module Unit
diff --git a/test/fileutils/test_dryrun.rb b/test/fileutils/test_dryrun.rb
index 2fdd65d2f6..1adc91517a 100644
--- a/test/fileutils/test_dryrun.rb
+++ b/test/fileutils/test_dryrun.rb
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: test_dryrun.rb,v 1.1.2.1 2005/09/23 23:39:01 aamine Exp $
require 'test/unit'
require 'fileutils'
diff --git a/test/fileutils/test_fileutils.rb b/test/fileutils/test_fileutils.rb
index cab51c9e8c..4d532a5dde 100644
--- a/test/fileutils/test_fileutils.rb
+++ b/test/fileutils/test_fileutils.rb
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: test_fileutils.rb,v 1.16.2.6 2005/09/19 01:37:28 aamine Exp $
require 'fileutils'
require 'fileasserts'
diff --git a/test/fileutils/test_nowrite.rb b/test/fileutils/test_nowrite.rb
index 369f8ca608..366ff12329 100644
--- a/test/fileutils/test_nowrite.rb
+++ b/test/fileutils/test_nowrite.rb
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: test_nowrite.rb,v 1.4.2.2 2005/09/23 23:39:01 aamine Exp $
require 'fileutils'
require 'fileasserts'
diff --git a/test/fileutils/test_verbose.rb b/test/fileutils/test_verbose.rb
index e60e85ea4e..974bd4a4bd 100644
--- a/test/fileutils/test_verbose.rb
+++ b/test/fileutils/test_verbose.rb
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: test_verbose.rb,v 1.1.2.1 2005/09/23 23:39:01 aamine Exp $
require 'test/unit'
require 'fileutils'
diff --git a/test/runner.rb b/test/runner.rb
index d274bc8929..446302ad39 100644
--- a/test/runner.rb
+++ b/test/runner.rb
@@ -1,6 +1,6 @@
require 'test/unit'
-rcsid = %w$Id$
+rcsid = %w$Id: runner.rb,v 1.11.2.1 2005/02/17 02:56:47 ntalbott Exp $
Version = rcsid[2].scan(/\d+/).collect!(&method(:Integer)).freeze
Release = rcsid[3].freeze
diff --git a/test/yaml/test_yaml.rb b/test/yaml/test_yaml.rb
index 676310e6fc..638ad88ede 100644
--- a/test/yaml/test_yaml.rb
+++ b/test/yaml/test_yaml.rb
@@ -1,6 +1,6 @@
# -*- mode: ruby; ruby-indent-level: 4; tab-width: 4 -*-
# vim:sw=4:ts=4
-# $Id$
+# $Id: test_yaml.rb,v 1.5.2.5 2006/01/16 01:29:58 ocean Exp $
#
require 'test/unit'
require 'yaml'