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.4.3 test/test_gtk_about_dialog.rb
gtk2-3.4.2 test/test_gtk_about_dialog.rb
gtk2-3.4.1 test/test_gtk_about_dialog.rb
gtk2-3.4.0 test/test_gtk_about_dialog.rb
gtk2-3.3.9 test/test_gtk_about_dialog.rb
gtk2-3.3.8 test/test_gtk_about_dialog.rb
gtk2-3.3.7 test/test_gtk_about_dialog.rb
gtk2-3.3.6 test/test_gtk_about_dialog.rb
gtk2-3.3.5 test/test_gtk_about_dialog.rb
gtk2-3.3.4 test/test_gtk_about_dialog.rb
gtk2-3.3.3 test/test_gtk_about_dialog.rb
gtk2-3.3.2 test/test_gtk_about_dialog.rb
gtk2-3.3.1 test/test_gtk_about_dialog.rb
gtk2-3.3.0 test/test_gtk_about_dialog.rb
gtk2-3.2.9-x64-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.2.9-x86-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.2.9 test/test_gtk_about_dialog.rb
gtk2-3.2.8-x64-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.2.8-x86-mingw32 test/test_gtk_about_dialog.rb
gtk2-3.2.8 test/test_gtk_about_dialog.rb