summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-21 10:08:44 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-21 10:08:44 +0000
commit7515ca9a0623ac6e4af6b087835941be8c4e9a67 (patch)
tree87f99bcf5ebf6f9d6a9715af02c613bad6d10571
parentabe876ed4e69d08868373051bebee6ab7e303954 (diff)
MANIFEST:
Added files: ruby/lib/rss: xml-stylesheet.rb ruby/test/rss: test_xml-stylesheet.rb rss-assertions.rb rss-testcase.rb Removed files: ruby/test/rss: common.rb my-assertions.rb git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--MANIFEST6
1 files changed, 4 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index 88a28d207f..ac8eecf73f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -359,6 +359,7 @@ lib/rss/syndication.rb
lib/rss/taxonomy.rb
lib/rss/trackback.rb
lib/rss/utils.rb
+lib/rss/xml-stylesheet.rb
lib/rss/xmlparser.rb
lib/rss/xmlscanner.rb
lib/rubyunit.rb
@@ -803,8 +804,8 @@ test/optparse/test_placearg.rb
test/optparse/test_reqarg.rb
test/ostruct/test_ostruct.rb
test/rinda/test_rinda.rb
-test/rss/common.rb
-test/rss/my-assertions.rb
+test/rss/rss-assertions.rb
+test/rss/rss-testcase.rb
test/rss/test_1.0.rb
test/rss/test_accessor.rb
test/rss/test_content.rb
@@ -812,6 +813,7 @@ test/rss/test_dublincore.rb
test/rss/test_parser.rb
test/rss/test_syndication.rb
test/rss/test_trackback.rb
+test/rss/test_xml-stylesheet.rb
test/ruby/beginmainend.rb
test/ruby/endblockwarn.rb
test/ruby/envutil.rb