Sha256: 72de1b85557783ed721a0a60f0ac8ed842d4327ac417a23f22738206825a8e89

Contents?: true

Size: 342 Bytes

Versions: 207

Compression:

Stored size: 342 Bytes

Contents

class TestGtkAboutDialog < Test::Unit::TestCase
  include GtkTestUtils

  def setup
    @dialog = Gtk::AboutDialog.new
  end

  def test_program_name
    only_gtk_version(2, 12, 0)
    assert_equal(File.basename($0), @dialog.program_name)
    @dialog.program_name = "my-program"
    assert_equal("my-program", @dialog.program_name)
  end
end

Version data entries

207 entries across 207 versions & 2 rubygems

Version Path
gtk2-3.0.7-x64-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.0.7 test/test_gtk_about_dialog.rb
gtk2-3.0.6-x64-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.0.6-x86-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.0.6 test/test_gtk_about_dialog.rb
gtk2-3.0.5-x64-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.0.5-x86-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.0.5 test/test_gtk_about_dialog.rb
gtk2-3.0.4-x64-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.0.4-x86-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.0.4 test/test_gtk_about_dialog.rb
gtk2-3.0.3-x64-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.0.3-x86-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.0.3 test/test_gtk_about_dialog.rb
gtk2-3.0.2-x64-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.0.2-x86-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.0.2 test/test_gtk_about_dialog.rb
gtk2-3.0.1-x64-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.0.1-x86-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.0.1 test/test_gtk_about_dialog.rb