Sha256: 3ad605855f8b06fccb3dbe13c13e3461344103deff650b9caadc2e831b6aa813
Contents?: true
Size: 631 Bytes
Versions: 21
Compression:
Stored size: 631 Bytes
Contents
require 'pathname' require Pathname.new( File.dirname(__FILE__)).join( 'test_helper' ).cleanpath # require 'build-tool/cfg/svn_parser' class TestSvnParser < Test::Unit::TestCase @@test_config_1 = <<-EOS vcs svn repository kde server "anonsvn.kde.org" protocol "svn" host "anonsvn.kde.org" end path "home/kde/trunk" end end EOS def test_configuration # parser = BuildTool::Cfg::SvnParser.new # # puts parser.methods.sort # parser.parse_string( @@test_config_1, "test_config_1" ) end end
Version data entries
21 entries across 21 versions & 1 rubygems