Sha256: c95466c6b9095f00cc23019bdd4a5187785e0b9e0986ce3e6aa748a098700a0d

Contents?: true

Size: 352 Bytes

Versions: 2

Compression:

Stored size: 352 Bytes

Contents

#!/usr/bin/env ruby -w
# Copyright (C) 2004-2007 Kouichirou Eto, All rights reserved.
# License: Ruby License

require File.dirname(__FILE__) + '/test_helper.rb'

class TestSound < Test::Unit::TestCase
  TEST_FILENAME = "c:/WINDOWS/Media/start.wav"

  def test_all
    useSound
    sound = loadSound(TEST_FILENAME)
    sound.play; sleep 0.05
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sgl-0.4.0 test/test_sound.rb
sgl-1.0.0 test/test_sound.rb