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

Version Path
build-tool-0.5.3 test/test_svn_parser.rb
build-tool-0.5.2 test/test_svn_parser.rb
build-tool-0.4.6 test/test_svn_parser.rb
build-tool-0.5.1 test/test_svn_parser.rb
build-tool-0.4.5 test/test_svn_parser.rb
build-tool-0.5.0 test/test_svn_parser.rb
build-tool-0.4.4 test/test_svn_parser.rb
build-tool-0.4.3 test/test_svn_parser.rb
build-tool-0.4.2 test/test_svn_parser.rb
build-tool-0.4.1 test/test_svn_parser.rb
build-tool-0.4.0 test/test_svn_parser.rb
build-tool-0.3.3 test/test_svn_parser.rb
build-tool-0.3.2 test/test_svn_parser.rb
build-tool-0.3.1 test/test_svn_parser.rb
build-tool-0.3 test/test_svn_parser.rb
build-tool-0.2 test/test_svn_parser.rb
build-tool-0.1.4 test/test_svn_parser.rb
build-tool-0.1.3 test/test_svn_parser.rb
build-tool-0.1.2 test/test_svn_parser.rb
build-tool-0.1.0 test/test_svn_parser.rb