Sha256: c5d93bf73e4de8dda512f76c3afc4e4cd6b42dc5d2615fd0c1c07d7cfb527f33

Contents?: true

Size: 478 Bytes

Versions: 14

Compression:

Stored size: 478 Bytes

Contents

require 'test/unit'

require 'mxx_ru/cpp'
require 'mxx_ru/cpp/toolsets/vc8'

class TC_DefaultManifest < Test::Unit::TestCase
  def test_default
    manifest_desc = MxxRu::Cpp::Toolsets::Vc8::default_manifest

    assert_not_nil( manifest_desc )
    assert_equal( manifest_desc.autogen, true )
    assert_equal( manifest_desc.mt, true )
    assert_equal( manifest_desc.manifest_file, :default )
    assert_equal( manifest_desc.resource_id, :default )
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
Mxx_ru-1.6.14.12 tests/mxx_ru/vc8/tc_default_manifest.rb
Mxx_ru-1.6.14.11 tests/mxx_ru/vc8/tc_default_manifest.rb
Mxx_ru-1.6.14.10 tests/mxx_ru/vc8/tc_default_manifest.rb
Mxx_ru-1.6.14.9 tests/mxx_ru/vc8/tc_default_manifest.rb
Mxx_ru-1.6.14.8 tests/mxx_ru/vc8/tc_default_manifest.rb
Mxx_ru-1.6.14.6 tests/mxx_ru/vc8/tc_default_manifest.rb
Mxx_ru-1.6.14.5 tests/mxx_ru/vc8/tc_default_manifest.rb
Mxx_ru-1.6.14.4 tests/mxx_ru/vc8/tc_default_manifest.rb
Mxx_ru-1.6.14.3 tests/mxx_ru/vc8/tc_default_manifest.rb
Mxx_ru-1.6.14.2 tests/mxx_ru/vc8/tc_default_manifest.rb
Mxx_ru-1.6.14 tests/mxx_ru/vc8/tc_default_manifest.rb
Mxx_ru-1.6.13 tests/mxx_ru/vc8/tc_default_manifest.rb
Mxx_ru-1.6.12 tests/mxx_ru/vc8/tc_default_manifest.rb
Mxx_ru-1.6.11 tests/mxx_ru/vc8/tc_default_manifest.rb