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.1.4 test/test_gtk_about_dialog.rb
gtk2-3.1.3-x64-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.1.3-x86-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.1.3 test/test_gtk_about_dialog.rb
gtk2-3.1.2-x64-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.1.2-x86-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.1.2 test/test_gtk_about_dialog.rb
gtk2-3.1.1-x64-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.1.1-x86-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.1.1 test/test_gtk_about_dialog.rb
gtk2-3.1.0-x64-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.1.0-x86-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.1.0 test/test_gtk_about_dialog.rb
gtk2-3.0.9-x64-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.0.9-x86-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.0.9 test/test_gtk_about_dialog.rb
gtk2-3.0.8-x86-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.0.8-x64-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.0.8 test/test_gtk_about_dialog.rb
gtk2-3.0.7-x86-mingw32 test/test_gtk_about_dialog.rb