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
This commit is contained in:
eban 2004-03-21 10:08:44 +00:00
Родитель abe876ed4e
Коммит 7515ca9a06
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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