glib2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +46 -0
- data/Rakefile +1 -0
- data/ext/glib2/rbglib.h +1 -1
- data/ext/glib2/rbglib_iochannel.c +15 -6
- data/ext/glib2/rbgobj_signal.c +1 -1
- data/ext/glib2/rbgobject.h +1 -1
- data/lib/1.8/glib2.so +0 -0
- data/lib/1.9/glib2.so +0 -0
- data/lib/gnome2-raketask.rb +3 -2
- data/lib/mkmf-gnome2.rb +47 -23
- data/test/glib-test-init.rb +1 -3
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +2 -2
- data/vendor/local/bin/glib-mkenums +3 -2
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/include/glib-2.0/gio/gaction.h +91 -0
- data/vendor/local/include/glib-2.0/gio/gactiongroup.h +151 -0
- data/vendor/local/include/glib-2.0/gio/gappinfo.h +11 -1
- data/vendor/local/include/glib-2.0/gio/gapplication.h +165 -0
- data/vendor/local/include/glib-2.0/gio/gapplicationcommandline.h +118 -0
- data/vendor/local/include/glib-2.0/gio/gasyncresult.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gcancellable.h +2 -0
- data/vendor/local/include/glib-2.0/gio/gemblemedicon.h +15 -0
- data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gfileinputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfileiostream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfilemonitor.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfileoutputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gio.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +158 -2
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +12 -0
- data/vendor/local/include/glib-2.0/gio/giomodule.h +1 -1
- data/vendor/local/include/glib-2.0/gio/giostream.h +11 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +48 -0
- data/vendor/local/include/glib-2.0/gio/goutputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gpollableinputstream.h +101 -0
- data/vendor/local/include/glib-2.0/gio/gpollableoutputstream.h +98 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +9 -2
- data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleaction.h +95 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleactiongroup.h +87 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +11 -1
- data/vendor/local/include/glib-2.0/gio/gsocketclient.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gtcpwrapperconnection.h +68 -0
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +92 -0
- data/vendor/local/include/glib-2.0/gio/gtlscertificate.h +83 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +72 -0
- data/vendor/local/include/glib-2.0/gio/gtlsconnection.h +136 -0
- data/vendor/local/include/glib-2.0/gio/gtlsserverconnection.h +61 -0
- data/vendor/local/include/glib-2.0/glib/glist.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gmain.h +27 -6
- data/vendor/local/include/glib-2.0/glib/gmarkup.h +80 -5
- data/vendor/local/include/glib-2.0/glib/grand.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gsequence.h +8 -0
- data/vendor/local/include/glib-2.0/glib/gslist.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gtimezone.h +37 -0
- data/vendor/local/include/glib-2.0/glib/gtypes.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gunicode.h +22 -16
- data/vendor/local/include/glib-2.0/glib/gutils.h +5 -0
- data/vendor/local/include/glib-2.0/glib/gvariant.h +35 -11
- data/vendor/local/include/glib-2.0/gobject/gobject.h +15 -0
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +5 -0
- data/vendor/local/include/glib-2.0/gobject/gsourceclosure.h +4 -2
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -1
- data/vendor/local/lib/gio-2.0.def +142 -0
- data/vendor/local/lib/gio-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0.def +21 -0
- data/vendor/local/lib/glib-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
- data/vendor/local/lib/gmodule-2.0.lib +0 -0
- data/vendor/local/lib/gobject-2.0.def +3 -0
- data/vendor/local/lib/gobject-2.0.lib +0 -0
- data/vendor/local/lib/gthread-2.0.lib +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/manifest/{glib-dev_2.26.1-1_win32.mft → glib-dev_2.28.1-1_win32.mft} +55 -19
- data/vendor/local/manifest/{glib_2.26.1-1_win32.mft → glib_2.28.1-1_win32.mft} +3 -2
- data/vendor/local/share/aclocal/glib-2.0.m4 +4 -4
- data/vendor/local/share/doc/{glib-2.26.1 → glib-2.28.1}/COPYING +0 -0
- data/vendor/local/share/doc/{glib-dev-2.26.1 → glib-dev-2.28.1}/COPYING +0 -0
- data/vendor/local/share/glib-2.0/gettext/mkinstalldirs +72 -21
- data/vendor/local/share/glib-2.0/schemas/gschema.dtd +21 -8
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +469 -0
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +754 -0
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +296 -249
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +1458 -0
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +815 -0
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +61 -97
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +31 -38
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +52 -68
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +38 -50
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +120 -77
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +49 -51
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +39 -62
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +26 -35
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +415 -650
- data/vendor/local/share/gtk-doc/html/gio/{gio-GDBusError.html → GDBusError.html} +118 -147
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +204 -347
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +66 -111
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +210 -309
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +68 -87
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +190 -232
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +89 -118
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +196 -270
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +40 -46
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +56 -24
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +1090 -1443
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +13 -16
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +66 -86
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +31 -45
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +19 -21
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +466 -602
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +32 -40
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +60 -59
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +32 -47
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +37 -45
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +22 -26
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +22 -26
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +32 -38
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +184 -52
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +45 -54
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +96 -125
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +49 -71
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +102 -134
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +21 -24
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +34 -41
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +223 -294
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +127 -153
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +35 -46
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +37 -46
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +138 -174
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +46 -68
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +398 -0
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +340 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +89 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -56
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +59 -34
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +82 -95
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +58 -72
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +597 -357
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +125 -75
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +339 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +200 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +232 -167
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +291 -406
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +39 -45
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +301 -223
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +41 -44
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +41 -49
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +22 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +88 -107
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/{gio-GSrvTarget.html → GSrvTarget.html} +74 -77
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +21 -22
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +156 -0
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +40 -46
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +29 -35
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +260 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +396 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +428 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +869 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +158 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +32 -41
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +28 -34
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +44 -54
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +35 -32
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +35 -32
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +49 -57
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +142 -187
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +99 -132
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +33 -32
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +43 -13
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +10 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +36 -28
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +744 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +915 -107
- data/vendor/local/share/gtk-doc/html/gio/application.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/async.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +23 -24
- data/vendor/local/share/gtk-doc/html/gio/ch26.html +54 -36
- data/vendor/local/share/gtk-doc/html/gio/ch27.html +188 -41
- data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +19 -108
- data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +16 -179
- data/vendor/local/share/gtk-doc/html/gio/ch28.html +57 -0
- data/vendor/local/share/gtk-doc/html/gio/{ch26s02.html → ch28s02.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s03.html → ch28s03.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s04.html → ch28s04.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s05.html → ch28s05.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s06.html → ch28s06.html} +17 -15
- data/vendor/local/share/gtk-doc/html/gio/{ch26s07.html → ch28s07.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/ch29.html +70 -0
- data/vendor/local/share/gtk-doc/html/gio/ch29s02.html +130 -0
- data/vendor/local/share/gtk-doc/html/gio/ch29s03.html +202 -0
- data/vendor/local/share/gtk-doc/html/gio/{ch27s04.html → ch29s04.html} +11 -11
- data/vendor/local/share/gtk-doc/html/gio/{ch27s05.html → ch29s05.html} +12 -12
- data/vendor/local/share/gtk-doc/html/gio/{ch27s06.html → ch29s06.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +27 -14
- data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +39 -62
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +141 -248
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +28 -40
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +29 -112
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +45 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +58 -68
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +18 -20
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +82 -76
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +34 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +25 -33
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +87 -113
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +287 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +119 -151
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +62 -95
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +66 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +312 -91
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +386 -133
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -12
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +162 -0
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +7 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/index.html +88 -36
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +506 -95
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/networking.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +68 -17
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/settings.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +9 -3
- data/vendor/local/share/gtk-doc/html/gio/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gio/tls.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/tools.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/utils.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +8 -11
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +25 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +112 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +15 -11
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +201 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +144 -210
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +97 -136
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +40 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +99 -128
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +104 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +42 -71
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +40 -43
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +224 -314
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +104 -142
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +193 -308
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +51 -76
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +170 -307
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +154 -198
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +45 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +60 -97
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +390 -428
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +265 -333
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +306 -330
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +60 -99
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +122 -152
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +241 -571
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +233 -330
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +310 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +739 -590
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +136 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +22 -29
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +210 -297
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +294 -355
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +27 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +102 -95
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +402 -486
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +308 -442
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +75 -116
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +229 -297
- data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +36 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +121 -187
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +23 -27
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +80 -107
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +46 -69
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +63 -99
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +121 -115
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +304 -327
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +307 -366
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +39 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +230 -343
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +121 -167
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +31 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +73 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +75 -106
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +229 -184
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +31 -40
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +247 -286
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +281 -283
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +83 -337
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +65 -80
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +36 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +408 -621
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +253 -322
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +161 -252
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +677 -590
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +88 -111
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +378 -475
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +27 -48
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +39 -48
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +19 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +57 -93
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +413 -534
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +117 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +60 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +38 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -13
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +6 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +82 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +26 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +144 -103
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +170 -105
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +48 -43
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +660 -0
- data/vendor/local/share/gtk-doc/html/glib/index.html +8 -4
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +67 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/glib/tools.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +72 -90
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +79 -108
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +67 -85
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +63 -9
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +47 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +65 -53
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +8 -11
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +19 -19
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +18 -18
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +22 -22
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +16 -16
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +40 -54
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +405 -512
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +170 -213
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +242 -292
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +91 -127
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +407 -573
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +951 -1268
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +383 -441
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +648 -829
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +82 -95
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +31 -49
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +15 -14
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +62 -58
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +62 -58
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/index.html +11 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +13 -1
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +13 -13
- data/vendor/local/share/gtk-doc/html/gobject/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.log → glib_2.28.1-1_win32.log} +690 -773
- data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.sh → glib_2.28.1-1_win32.sh} +2 -4
- metadata +78 -146
- data/ext/glib2/Makefile +0 -169
- data/ext/glib2/glib-enum-types.c +0 -1065
- data/ext/glib2/glib-enum-types.h +0 -144
- data/ext/glib2/ruby-glib2.pc +0 -3
- data/test-unit/COPYING +0 -56
- data/test-unit/GPL +0 -340
- data/test-unit/History.txt +0 -279
- data/test-unit/Manifest.txt +0 -110
- data/test-unit/PSFL +0 -271
- data/test-unit/README.txt +0 -75
- data/test-unit/Rakefile +0 -53
- data/test-unit/TODO +0 -5
- data/test-unit/bin/testrb +0 -5
- data/test-unit/html/bar.png +0 -0
- data/test-unit/html/bar.svg +0 -153
- data/test-unit/html/developer.png +0 -0
- data/test-unit/html/developer.svg +0 -469
- data/test-unit/html/famfamfam-logo.png +0 -0
- data/test-unit/html/favicon.ico +0 -0
- data/test-unit/html/favicon.png +0 -0
- data/test-unit/html/favicon.svg +0 -82
- data/test-unit/html/heading-mark.png +0 -0
- data/test-unit/html/heading-mark.svg +0 -393
- data/test-unit/html/index.html +0 -285
- data/test-unit/html/index.html.ja +0 -299
- data/test-unit/html/install.png +0 -0
- data/test-unit/html/install.svg +0 -636
- data/test-unit/html/jp.png +0 -0
- data/test-unit/html/kinotan-failure.png +0 -0
- data/test-unit/html/kinotan-pass.png +0 -0
- data/test-unit/html/logo.png +0 -0
- data/test-unit/html/logo.svg +0 -483
- data/test-unit/html/reference.png +0 -0
- data/test-unit/html/rubyforge.png +0 -0
- data/test-unit/html/tango-logo.png +0 -0
- data/test-unit/html/test-unit.css +0 -339
- data/test-unit/html/tutorial.png +0 -0
- data/test-unit/html/tutorial.svg +0 -559
- data/test-unit/html/us.png +0 -0
- data/test-unit/images/color-diff.png +0 -0
- data/test-unit/lib/test/unit.rb +0 -328
- data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
- data/test-unit/lib/test/unit/assertions.rb +0 -1792
- data/test-unit/lib/test/unit/attribute.rb +0 -125
- data/test-unit/lib/test/unit/autorunner.rb +0 -415
- data/test-unit/lib/test/unit/collector.rb +0 -38
- data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
- data/test-unit/lib/test/unit/collector/dir.rb +0 -108
- data/test-unit/lib/test/unit/collector/load.rb +0 -187
- data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
- data/test-unit/lib/test/unit/collector/xml.rb +0 -250
- data/test-unit/lib/test/unit/color-scheme.rb +0 -106
- data/test-unit/lib/test/unit/color.rb +0 -96
- data/test-unit/lib/test/unit/diff.rb +0 -740
- data/test-unit/lib/test/unit/error.rb +0 -131
- data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
- data/test-unit/lib/test/unit/failure.rb +0 -136
- data/test-unit/lib/test/unit/fixture.rb +0 -185
- data/test-unit/lib/test/unit/notification.rb +0 -129
- data/test-unit/lib/test/unit/omission.rb +0 -191
- data/test-unit/lib/test/unit/pending.rb +0 -150
- data/test-unit/lib/test/unit/priority.rb +0 -180
- data/test-unit/lib/test/unit/runner/console.rb +0 -52
- data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
- data/test-unit/lib/test/unit/runner/tap.rb +0 -8
- data/test-unit/lib/test/unit/runner/xml.rb +0 -15
- data/test-unit/lib/test/unit/testcase.rb +0 -515
- data/test-unit/lib/test/unit/testresult.rb +0 -125
- data/test-unit/lib/test/unit/testsuite.rb +0 -134
- data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
- data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -467
- data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
- data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -82
- data/test-unit/lib/test/unit/ui/testrunner.rb +0 -53
- data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -86
- data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
- data/test-unit/lib/test/unit/ui/xml/testrunner.rb +0 -224
- data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -42
- data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
- data/test-unit/lib/test/unit/util/observable.rb +0 -90
- data/test-unit/lib/test/unit/util/output.rb +0 -31
- data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
- data/test-unit/lib/test/unit/version.rb +0 -7
- data/test-unit/sample/adder.rb +0 -13
- data/test-unit/sample/subtracter.rb +0 -12
- data/test-unit/sample/test_adder.rb +0 -20
- data/test-unit/sample/test_subtracter.rb +0 -20
- data/test-unit/sample/test_user.rb +0 -23
- data/test-unit/test/collector/test-descendant.rb +0 -133
- data/test-unit/test/collector/test-load.rb +0 -442
- data/test-unit/test/collector/test_dir.rb +0 -406
- data/test-unit/test/collector/test_objectspace.rb +0 -100
- data/test-unit/test/run-test.rb +0 -22
- data/test-unit/test/test-assertions.rb +0 -1849
- data/test-unit/test/test-attribute.rb +0 -86
- data/test-unit/test/test-color-scheme.rb +0 -69
- data/test-unit/test/test-color.rb +0 -47
- data/test-unit/test/test-diff.rb +0 -518
- data/test-unit/test/test-emacs-runner.rb +0 -60
- data/test-unit/test/test-fixture.rb +0 -324
- data/test-unit/test/test-notification.rb +0 -33
- data/test-unit/test/test-omission.rb +0 -81
- data/test-unit/test/test-pending.rb +0 -70
- data/test-unit/test/test-priority.rb +0 -119
- data/test-unit/test/test-testcase.rb +0 -569
- data/test-unit/test/test_error.rb +0 -26
- data/test-unit/test/test_failure.rb +0 -33
- data/test-unit/test/test_testresult.rb +0 -113
- data/test-unit/test/test_testsuite.rb +0 -137
- data/test-unit/test/testunit-test-util.rb +0 -14
- data/test-unit/test/ui/test_tap.rb +0 -33
- data/test-unit/test/ui/test_testrunmediator.rb +0 -20
- data/test-unit/test/util/test-method-owner-finder.rb +0 -38
- data/test-unit/test/util/test-output.rb +0 -11
- data/test-unit/test/util/test_backtracefilter.rb +0 -41
- data/test-unit/test/util/test_observable.rb +0 -102
- data/test-unit/test/util/test_procwrapper.rb +0 -36
- data/vendor/local/share/gtk-doc/html/gio/ch24.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch25.html +0 -217
- data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +0 -39
@@ -1,180 +0,0 @@
|
|
1
|
-
module Test
|
2
|
-
module Unit
|
3
|
-
module Priority
|
4
|
-
class << self
|
5
|
-
def included(base)
|
6
|
-
base.extend(ClassMethods)
|
7
|
-
|
8
|
-
base.class_eval do
|
9
|
-
setup :priority_setup, :before => :prepend
|
10
|
-
teardown :priority_teardown, :after => :append
|
11
|
-
end
|
12
|
-
end
|
13
|
-
|
14
|
-
@@enabled = false
|
15
|
-
def enabled?
|
16
|
-
@@enabled
|
17
|
-
end
|
18
|
-
|
19
|
-
def enable
|
20
|
-
require "fileutils"
|
21
|
-
require "tmpdir"
|
22
|
-
@@enabled = true
|
23
|
-
end
|
24
|
-
|
25
|
-
def disable
|
26
|
-
@@enabled = false
|
27
|
-
end
|
28
|
-
|
29
|
-
@@default = :normal
|
30
|
-
def default
|
31
|
-
@@default || :normal
|
32
|
-
end
|
33
|
-
|
34
|
-
def default=(default)
|
35
|
-
@@default = default
|
36
|
-
end
|
37
|
-
|
38
|
-
def available_values
|
39
|
-
Checker.available_priorities
|
40
|
-
end
|
41
|
-
end
|
42
|
-
|
43
|
-
class Checker
|
44
|
-
class << self
|
45
|
-
def have_priority?(name)
|
46
|
-
singleton_class = (class << self; self; end)
|
47
|
-
singleton_class.method_defined?(priority_check_method_name(name))
|
48
|
-
end
|
49
|
-
|
50
|
-
def need_to_run?(test)
|
51
|
-
priority = test[:priority] || Priority.default
|
52
|
-
if have_priority?(priority)
|
53
|
-
send(priority_check_method_name(priority), test)
|
54
|
-
else
|
55
|
-
true
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
def available_priorities
|
60
|
-
methods(false).collect do |name|
|
61
|
-
/\Arun_priority_(.+)\?\z/ =~ name.to_s
|
62
|
-
$1
|
63
|
-
end.compact
|
64
|
-
end
|
65
|
-
|
66
|
-
def run_priority_must?(test)
|
67
|
-
true
|
68
|
-
end
|
69
|
-
|
70
|
-
def run_priority_important?(test)
|
71
|
-
rand > 0.1
|
72
|
-
end
|
73
|
-
|
74
|
-
def run_priority_high?(test)
|
75
|
-
rand > 0.3
|
76
|
-
end
|
77
|
-
|
78
|
-
def run_priority_normal?(test)
|
79
|
-
rand > 0.5
|
80
|
-
end
|
81
|
-
|
82
|
-
def run_priority_low?(test)
|
83
|
-
rand > 0.75
|
84
|
-
end
|
85
|
-
|
86
|
-
def run_priority_never?(test)
|
87
|
-
false
|
88
|
-
end
|
89
|
-
|
90
|
-
private
|
91
|
-
def priority_check_method_name(priority_name)
|
92
|
-
"run_priority_#{priority_name}?"
|
93
|
-
end
|
94
|
-
end
|
95
|
-
|
96
|
-
attr_reader :test
|
97
|
-
def initialize(test)
|
98
|
-
@test = test
|
99
|
-
end
|
100
|
-
|
101
|
-
def setup
|
102
|
-
FileUtils.rm_f(passed_file)
|
103
|
-
end
|
104
|
-
|
105
|
-
def teardown
|
106
|
-
if @test.send(:passed?)
|
107
|
-
FileUtils.touch(passed_file)
|
108
|
-
else
|
109
|
-
FileUtils.rm_f(passed_file)
|
110
|
-
end
|
111
|
-
end
|
112
|
-
|
113
|
-
def need_to_run?
|
114
|
-
!previous_test_success? or self.class.need_to_run?(@test)
|
115
|
-
end
|
116
|
-
|
117
|
-
private
|
118
|
-
def previous_test_success?
|
119
|
-
File.exist?(passed_file)
|
120
|
-
end
|
121
|
-
|
122
|
-
def result_dir
|
123
|
-
components = [".test-result",
|
124
|
-
@test.class.name || "AnonymousTestCase",
|
125
|
-
escaped_method_name]
|
126
|
-
parent_directories = [File.dirname($0), Dir.pwd]
|
127
|
-
if Process.respond_to?(:uid)
|
128
|
-
parent_directories << File.join(Dir.tmpdir, Process.uid.to_s)
|
129
|
-
end
|
130
|
-
parent_directories.each do |parent_directory|
|
131
|
-
dir = File.expand_path(File.join(parent_directory, *components))
|
132
|
-
begin
|
133
|
-
FileUtils.mkdir_p(dir)
|
134
|
-
return dir
|
135
|
-
rescue Errno::EACCES
|
136
|
-
end
|
137
|
-
end
|
138
|
-
|
139
|
-
raise Errno::EACCES, parent_directories.join(", ")
|
140
|
-
end
|
141
|
-
|
142
|
-
def passed_file
|
143
|
-
File.join(result_dir, "passed")
|
144
|
-
end
|
145
|
-
|
146
|
-
def escaped_method_name
|
147
|
-
@test.method_name.to_s.gsub(/[!?=]$/) do |matched|
|
148
|
-
case matched
|
149
|
-
when "!"
|
150
|
-
".destructive"
|
151
|
-
when "?"
|
152
|
-
".predicate"
|
153
|
-
when "="
|
154
|
-
".equal"
|
155
|
-
end
|
156
|
-
end
|
157
|
-
end
|
158
|
-
end
|
159
|
-
|
160
|
-
module ClassMethods
|
161
|
-
def priority(name, *tests)
|
162
|
-
unless Checker.have_priority?(name)
|
163
|
-
raise ArgumentError, "unknown priority: #{name}"
|
164
|
-
end
|
165
|
-
attribute(:priority, name, {:keep => true}, *tests)
|
166
|
-
end
|
167
|
-
end
|
168
|
-
|
169
|
-
def priority_setup
|
170
|
-
return unless Priority.enabled?
|
171
|
-
Checker.new(self).setup
|
172
|
-
end
|
173
|
-
|
174
|
-
def priority_teardown
|
175
|
-
return unless Priority.enabled?
|
176
|
-
Checker.new(self).teardown
|
177
|
-
end
|
178
|
-
end
|
179
|
-
end
|
180
|
-
end
|
@@ -1,52 +0,0 @@
|
|
1
|
-
module Test
|
2
|
-
module Unit
|
3
|
-
AutoRunner.register_runner(:console) do |auto_runner|
|
4
|
-
require 'test/unit/ui/console/testrunner'
|
5
|
-
Test::Unit::UI::Console::TestRunner
|
6
|
-
end
|
7
|
-
|
8
|
-
AutoRunner.setup_option do |auto_runner, opts|
|
9
|
-
require 'test/unit/ui/console/outputlevel'
|
10
|
-
|
11
|
-
output_levels = [
|
12
|
-
[:silent, UI::Console::OutputLevel::SILENT],
|
13
|
-
[:progress, UI::Console::OutputLevel::PROGRESS_ONLY],
|
14
|
-
[:normal, UI::Console::OutputLevel::NORMAL],
|
15
|
-
[:verbose, UI::Console::OutputLevel::VERBOSE],
|
16
|
-
]
|
17
|
-
opts.on('-v', '--verbose=[LEVEL]', output_levels,
|
18
|
-
"Set the output level (default is verbose).",
|
19
|
-
"(#{auto_runner.keyword_display(output_levels)})") do |level|
|
20
|
-
level ||= output_levels.assoc(:verbose)[1]
|
21
|
-
auto_runner.runner_options[:output_level] = level
|
22
|
-
end
|
23
|
-
|
24
|
-
use_color_options = [
|
25
|
-
[:auto, :auto],
|
26
|
-
["-", false],
|
27
|
-
["no", false],
|
28
|
-
["false", false],
|
29
|
-
["+", true],
|
30
|
-
["yes", true],
|
31
|
-
["true", true],
|
32
|
-
]
|
33
|
-
opts.on("--[no-]use-color=[auto]", use_color_options,
|
34
|
-
"Uses color output",
|
35
|
-
"(default is auto)") do |use_color|
|
36
|
-
case use_color
|
37
|
-
when nil
|
38
|
-
use_color = true
|
39
|
-
when :auto
|
40
|
-
use_color = nil
|
41
|
-
end
|
42
|
-
auto_runner.runner_options[:use_color] = use_color
|
43
|
-
end
|
44
|
-
|
45
|
-
opts.on("--progress-row-max=MAX", Integer,
|
46
|
-
"Uses MAX as max terminal width for progress mark",
|
47
|
-
"(default is auto)") do |max|
|
48
|
-
auto_runner.runner_options[:progress_row_max] = max
|
49
|
-
end
|
50
|
-
end
|
51
|
-
end
|
52
|
-
end
|
@@ -1,15 +0,0 @@
|
|
1
|
-
module Test
|
2
|
-
module Unit
|
3
|
-
AutoRunner.register_runner(:xml) do |auto_runner|
|
4
|
-
require 'test/unit/ui/xml/testrunner'
|
5
|
-
Test::Unit::UI::XML::TestRunner
|
6
|
-
end
|
7
|
-
|
8
|
-
AutoRunner.setup_option do |auto_runner, opts|
|
9
|
-
opts.on("--output-file-descriptor=FD", Integer,
|
10
|
-
"Outputs to file descriptor FD") do |fd|
|
11
|
-
auto_runner.runner_options[:output_file_descriptor] = fd
|
12
|
-
end
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|
@@ -1,515 +0,0 @@
|
|
1
|
-
#--
|
2
|
-
#
|
3
|
-
# Author:: Nathaniel Talbott.
|
4
|
-
# Copyright::
|
5
|
-
# * Copyright (c) 2000-2003 Nathaniel Talbott. All rights reserved.
|
6
|
-
# * Copyright (c) 2008-2009 Kouhei Sutou <tt><kou@clear-code.com></tt>
|
7
|
-
# License:: Ruby license.
|
8
|
-
|
9
|
-
require 'test/unit/attribute'
|
10
|
-
require 'test/unit/fixture'
|
11
|
-
require 'test/unit/exceptionhandler'
|
12
|
-
require 'test/unit/assertions'
|
13
|
-
require 'test/unit/failure'
|
14
|
-
require 'test/unit/error'
|
15
|
-
require 'test/unit/pending'
|
16
|
-
require 'test/unit/omission'
|
17
|
-
require 'test/unit/notification'
|
18
|
-
require 'test/unit/priority'
|
19
|
-
require 'test/unit/testsuite'
|
20
|
-
require 'test/unit/assertionfailederror'
|
21
|
-
require 'test/unit/util/backtracefilter'
|
22
|
-
require 'test/unit/util/output'
|
23
|
-
require 'test/unit/util/method-owner-finder'
|
24
|
-
|
25
|
-
module Test
|
26
|
-
module Unit
|
27
|
-
|
28
|
-
# Ties everything together. If you subclass and add your own
|
29
|
-
# test methods, it takes care of making them into tests and
|
30
|
-
# wrapping those tests into a suite. It also does the
|
31
|
-
# nitty-gritty of actually running an individual test and
|
32
|
-
# collecting its results into a Test::Unit::TestResult object.
|
33
|
-
#
|
34
|
-
# You can run two hooks before/after a TestCase run.
|
35
|
-
#
|
36
|
-
# Example:
|
37
|
-
# class TestMyClass < Test::Unit::TestCase
|
38
|
-
# class << self
|
39
|
-
# def startup
|
40
|
-
# ...
|
41
|
-
# end
|
42
|
-
#
|
43
|
-
# def shutdown
|
44
|
-
# ...
|
45
|
-
# end
|
46
|
-
# end
|
47
|
-
#
|
48
|
-
# def setup
|
49
|
-
# ...
|
50
|
-
# end
|
51
|
-
#
|
52
|
-
# def teardown
|
53
|
-
# ...
|
54
|
-
# end
|
55
|
-
#
|
56
|
-
# def test_my_method1
|
57
|
-
# ...
|
58
|
-
# end
|
59
|
-
#
|
60
|
-
# def test_my_method2
|
61
|
-
# ...
|
62
|
-
# end
|
63
|
-
# end
|
64
|
-
#
|
65
|
-
# Here is a call order:
|
66
|
-
# * startup
|
67
|
-
# * setup
|
68
|
-
# * test_my_method1
|
69
|
-
# * teardown
|
70
|
-
# * setup
|
71
|
-
# * test_my_method2
|
72
|
-
# * teardown
|
73
|
-
# * shutdown
|
74
|
-
class TestCase
|
75
|
-
include Attribute
|
76
|
-
include Fixture
|
77
|
-
include ExceptionHandler
|
78
|
-
include ErrorHandler
|
79
|
-
include FailureHandler
|
80
|
-
include TestCasePendingSupport
|
81
|
-
include TestCaseOmissionSupport
|
82
|
-
include TestCaseNotificationSupport
|
83
|
-
include Priority
|
84
|
-
include Assertions
|
85
|
-
include Util::BacktraceFilter
|
86
|
-
include Util::Output
|
87
|
-
|
88
|
-
STARTED = name + "::STARTED" # :nodoc:
|
89
|
-
FINISHED = name + "::FINISHED" # :nodoc:
|
90
|
-
STARTED_OBJECT = name + "::STARTED::OBJECT" # :nodoc:
|
91
|
-
FINISHED_OBJECT = name + "::FINISHED::OBJECT" # :nodoc:
|
92
|
-
|
93
|
-
DESCENDANTS = [] # :nodoc:
|
94
|
-
AVAILABLE_ORDERS = [:alphabetic, :random, :defined] # :nodoc:
|
95
|
-
|
96
|
-
class << self
|
97
|
-
def inherited(sub_class) # :nodoc:
|
98
|
-
DESCENDANTS << sub_class
|
99
|
-
end
|
100
|
-
|
101
|
-
@@added_methods = {}
|
102
|
-
def method_added(name) # :nodoc:
|
103
|
-
super
|
104
|
-
added_methods = (@@added_methods[self] ||= [])
|
105
|
-
stringified_name = name.to_s
|
106
|
-
if added_methods.include?(stringified_name)
|
107
|
-
attribute(:redefined, true, {}, stringified_name)
|
108
|
-
end
|
109
|
-
added_methods << stringified_name
|
110
|
-
end
|
111
|
-
|
112
|
-
# Rolls up all of the test* methods in the fixture into
|
113
|
-
# one suite, creating a new instance of the fixture for
|
114
|
-
# each method.
|
115
|
-
def suite
|
116
|
-
suite = TestSuite.new(name, self)
|
117
|
-
collect_test_names.each do |test|
|
118
|
-
catch(:invalid_test) do
|
119
|
-
suite << new(test)
|
120
|
-
end
|
121
|
-
end
|
122
|
-
if suite.empty?
|
123
|
-
catch(:invalid_test) do
|
124
|
-
suite << new("default_test")
|
125
|
-
end
|
126
|
-
end
|
127
|
-
suite
|
128
|
-
end
|
129
|
-
|
130
|
-
# Called before every test case runs. Can be used
|
131
|
-
# to set up fixture information used in test case
|
132
|
-
# scope.
|
133
|
-
#
|
134
|
-
# Here is an example test case:
|
135
|
-
# class TestMyClass < Test::Unit::TestCase
|
136
|
-
# class << self
|
137
|
-
# def startup
|
138
|
-
# ...
|
139
|
-
# end
|
140
|
-
# end
|
141
|
-
#
|
142
|
-
# def setup
|
143
|
-
# ...
|
144
|
-
# end
|
145
|
-
#
|
146
|
-
# def test_my_class1
|
147
|
-
# ...
|
148
|
-
# end
|
149
|
-
#
|
150
|
-
# def test_my_class2
|
151
|
-
# ...
|
152
|
-
# end
|
153
|
-
# end
|
154
|
-
#
|
155
|
-
# Here is a call order:
|
156
|
-
# * startup
|
157
|
-
# * setup
|
158
|
-
# * test_my_class1 (or test_my_class2)
|
159
|
-
# * setup
|
160
|
-
# * test_my_class2 (or test_my_class1)
|
161
|
-
#
|
162
|
-
# Note that you should not assume test order. Tests
|
163
|
-
# should be worked in any order.
|
164
|
-
def startup
|
165
|
-
end
|
166
|
-
|
167
|
-
# Called after every test case runs. Can be used to tear
|
168
|
-
# down fixture information used in test case scope.
|
169
|
-
#
|
170
|
-
# Here is an example test case:
|
171
|
-
# class TestMyClass < Test::Unit::TestCase
|
172
|
-
# class << self
|
173
|
-
# def shutdown
|
174
|
-
# ...
|
175
|
-
# end
|
176
|
-
# end
|
177
|
-
#
|
178
|
-
# def teardown
|
179
|
-
# ...
|
180
|
-
# end
|
181
|
-
#
|
182
|
-
# def test_my_class1
|
183
|
-
# ...
|
184
|
-
# end
|
185
|
-
#
|
186
|
-
# def test_my_class2
|
187
|
-
# ...
|
188
|
-
# end
|
189
|
-
# end
|
190
|
-
#
|
191
|
-
# Here is a call order:
|
192
|
-
# * test_my_class1 (or test_my_class2)
|
193
|
-
# * teardown
|
194
|
-
# * test_my_class2 (or test_my_class1)
|
195
|
-
# * teardown
|
196
|
-
# * shutdown
|
197
|
-
#
|
198
|
-
# Note that you should not assume test order. Tests
|
199
|
-
# should be worked in any order.
|
200
|
-
def shutdown
|
201
|
-
end
|
202
|
-
|
203
|
-
@@test_orders = {}
|
204
|
-
|
205
|
-
# Returns the current test order. This returns
|
206
|
-
# +:alphabetic+ by default.
|
207
|
-
def test_order
|
208
|
-
@@test_orders[self] || AVAILABLE_ORDERS.first
|
209
|
-
end
|
210
|
-
|
211
|
-
# Sets the current test order.
|
212
|
-
#
|
213
|
-
# Here are the available _order_:
|
214
|
-
# [:alphabetic]
|
215
|
-
# Default. Tests are sorted in alphabetic order.
|
216
|
-
# [:random]
|
217
|
-
# Tests are sorted in random order.
|
218
|
-
# [:defined]
|
219
|
-
# Tests are sorted in defined order.
|
220
|
-
def test_order=(order)
|
221
|
-
@@test_orders[self] = order
|
222
|
-
end
|
223
|
-
|
224
|
-
# Defines a test in declarative syntax or marks
|
225
|
-
# following method as a test method.
|
226
|
-
#
|
227
|
-
# In declarative syntax usage, the following two
|
228
|
-
# test definitions are the almost same:
|
229
|
-
#
|
230
|
-
# description "register user"
|
231
|
-
# def test_register_user
|
232
|
-
# ...
|
233
|
-
# end
|
234
|
-
#
|
235
|
-
# test "register user" do
|
236
|
-
# ...
|
237
|
-
# end
|
238
|
-
#
|
239
|
-
# In test method mark usage, the "my_test_method" is
|
240
|
-
# treated as a test method:
|
241
|
-
#
|
242
|
-
# test
|
243
|
-
# def my_test_method
|
244
|
-
# assert_equal("call me", ...)
|
245
|
-
# end
|
246
|
-
def test(*test_description_or_targets, &block)
|
247
|
-
if block_given?
|
248
|
-
test_description = test_description_or_targets.first
|
249
|
-
if test_description.nil?
|
250
|
-
raise ArgumentError, "test description is missing"
|
251
|
-
end
|
252
|
-
n_arguments = test_description_or_targets.size
|
253
|
-
if n_arguments > 1
|
254
|
-
message = "wrong number of arguments (#{n_arguments} for 1)"
|
255
|
-
raise ArgumentError, message
|
256
|
-
end
|
257
|
-
method_name = test_description
|
258
|
-
define_method(method_name, &block)
|
259
|
-
description(test_description, method_name)
|
260
|
-
attribute(:test, true, {}, method_name)
|
261
|
-
else
|
262
|
-
targets = test_description_or_targets
|
263
|
-
attribute(:test, true, {}, *targets)
|
264
|
-
end
|
265
|
-
end
|
266
|
-
|
267
|
-
# Describes a test.
|
268
|
-
#
|
269
|
-
# The following example associates "register a
|
270
|
-
# normal user" description with "test_register"
|
271
|
-
# test.
|
272
|
-
#
|
273
|
-
# description "register a normal user"
|
274
|
-
# def test_register
|
275
|
-
# ...
|
276
|
-
# end
|
277
|
-
def description(value, target=nil)
|
278
|
-
attribute(:description, value, {}, target || [])
|
279
|
-
end
|
280
|
-
|
281
|
-
# :stopdoc:
|
282
|
-
private
|
283
|
-
def collect_test_names
|
284
|
-
method_names = public_instance_methods(true).collect do |name|
|
285
|
-
name.to_s
|
286
|
-
end
|
287
|
-
test_names = method_names.find_all do |method_name|
|
288
|
-
method_name =~ /^test./ or get_attribute(method_name, :test)
|
289
|
-
end
|
290
|
-
send("sort_test_names_in_#{test_order}_order", test_names)
|
291
|
-
end
|
292
|
-
|
293
|
-
def sort_test_names_in_alphabetic_order(test_names)
|
294
|
-
test_names.sort
|
295
|
-
end
|
296
|
-
|
297
|
-
def sort_test_names_in_random_order(test_names)
|
298
|
-
test_names.sort_by {rand(test_names.size)}
|
299
|
-
end
|
300
|
-
|
301
|
-
def sort_test_names_in_defined_order(test_names)
|
302
|
-
added_methods = @@added_methods[self]
|
303
|
-
test_names.sort do |test1, test2|
|
304
|
-
test1_defined_order = added_methods.index(test1)
|
305
|
-
test2_defined_order = added_methods.index(test2)
|
306
|
-
if test1_defined_order and test2_defined_order
|
307
|
-
test1_defined_order <=> test2_defined_order
|
308
|
-
elsif test1_defined_order
|
309
|
-
1
|
310
|
-
elsif test2_defined_order
|
311
|
-
-1
|
312
|
-
else
|
313
|
-
test1 <=> test2
|
314
|
-
end
|
315
|
-
end
|
316
|
-
end
|
317
|
-
# :startdoc:
|
318
|
-
end
|
319
|
-
|
320
|
-
attr_reader :method_name, :start_time, :elapsed_time
|
321
|
-
|
322
|
-
# Creates a new instance of the fixture for running the
|
323
|
-
# test represented by test_method_name.
|
324
|
-
def initialize(test_method_name)
|
325
|
-
throw :invalid_test unless respond_to?(test_method_name)
|
326
|
-
test_method = method(test_method_name)
|
327
|
-
throw :invalid_test if test_method.arity > 0
|
328
|
-
owner = Util::MethodOwnerFinder.find(self, test_method_name)
|
329
|
-
if owner.class != Module and self.class != owner
|
330
|
-
throw :invalid_test
|
331
|
-
end
|
332
|
-
@method_name = test_method_name
|
333
|
-
@test_passed = true
|
334
|
-
@interrupted = false
|
335
|
-
@start_time = nil
|
336
|
-
@elapsed_time = nil
|
337
|
-
end
|
338
|
-
|
339
|
-
# Runs the individual test method represented by this
|
340
|
-
# instance of the fixture, collecting statistics, failures
|
341
|
-
# and errors in result.
|
342
|
-
def run(result)
|
343
|
-
begin
|
344
|
-
@_result = result
|
345
|
-
@start_time = Time.now
|
346
|
-
yield(STARTED, name)
|
347
|
-
yield(STARTED_OBJECT, self)
|
348
|
-
begin
|
349
|
-
run_setup
|
350
|
-
run_test
|
351
|
-
rescue Exception
|
352
|
-
@interrupted = true
|
353
|
-
raise unless handle_exception($!)
|
354
|
-
ensure
|
355
|
-
begin
|
356
|
-
run_teardown
|
357
|
-
rescue Exception
|
358
|
-
raise unless handle_exception($!)
|
359
|
-
end
|
360
|
-
end
|
361
|
-
@elapsed_time = Time.now - @start_time
|
362
|
-
result.add_run
|
363
|
-
yield(FINISHED, name)
|
364
|
-
yield(FINISHED_OBJECT, self)
|
365
|
-
ensure
|
366
|
-
# @_result = nil # For test-spec's after_all :<
|
367
|
-
end
|
368
|
-
end
|
369
|
-
|
370
|
-
# Called before every test method runs. Can be used
|
371
|
-
# to set up fixture information.
|
372
|
-
#
|
373
|
-
# You can add additional setup tasks by the following
|
374
|
-
# code:
|
375
|
-
# class TestMyClass < Test::Unit::TestCase
|
376
|
-
# def setup
|
377
|
-
# ...
|
378
|
-
# end
|
379
|
-
#
|
380
|
-
# setup
|
381
|
-
# def my_setup1
|
382
|
-
# ...
|
383
|
-
# end
|
384
|
-
#
|
385
|
-
# setup
|
386
|
-
# def my_setup2
|
387
|
-
# ...
|
388
|
-
# end
|
389
|
-
#
|
390
|
-
# def test_my_class
|
391
|
-
# ...
|
392
|
-
# end
|
393
|
-
# end
|
394
|
-
#
|
395
|
-
# Here is a call order:
|
396
|
-
# * setup
|
397
|
-
# * my_setup1
|
398
|
-
# * my_setup2
|
399
|
-
# * test_my_class
|
400
|
-
def setup
|
401
|
-
end
|
402
|
-
|
403
|
-
# Called after every test method runs. Can be used to tear
|
404
|
-
# down fixture information.
|
405
|
-
#
|
406
|
-
# You can add additional teardown tasks by the following
|
407
|
-
# code:
|
408
|
-
# class TestMyClass < Test::Unit::TestCase
|
409
|
-
# def teardown
|
410
|
-
# ...
|
411
|
-
# end
|
412
|
-
#
|
413
|
-
# teardown
|
414
|
-
# def my_teardown1
|
415
|
-
# ...
|
416
|
-
# end
|
417
|
-
#
|
418
|
-
# teardown
|
419
|
-
# def my_teardown2
|
420
|
-
# ...
|
421
|
-
# end
|
422
|
-
#
|
423
|
-
# def test_my_class
|
424
|
-
# ...
|
425
|
-
# end
|
426
|
-
# end
|
427
|
-
#
|
428
|
-
# Here is a call order:
|
429
|
-
# * test_my_class
|
430
|
-
# * my_teardown2
|
431
|
-
# * my_teardown1
|
432
|
-
# * teardown
|
433
|
-
def teardown
|
434
|
-
end
|
435
|
-
|
436
|
-
def default_test
|
437
|
-
flunk("No tests were specified")
|
438
|
-
end
|
439
|
-
|
440
|
-
def size
|
441
|
-
1
|
442
|
-
end
|
443
|
-
|
444
|
-
# Returns a human-readable name for the specific test that
|
445
|
-
# this instance of TestCase represents.
|
446
|
-
def name
|
447
|
-
"#{@method_name}(#{self.class.name})"
|
448
|
-
end
|
449
|
-
|
450
|
-
# Returns a description for the test. A description
|
451
|
-
# will be associated by Test::Unit::TestCase.test or
|
452
|
-
# Test::Unit::TestCase.description.
|
453
|
-
#
|
454
|
-
# Returns a name for the test for no description test.
|
455
|
-
def description
|
456
|
-
self[:description] || name
|
457
|
-
end
|
458
|
-
|
459
|
-
# Overridden to return #name.
|
460
|
-
def to_s
|
461
|
-
name
|
462
|
-
end
|
463
|
-
|
464
|
-
# It's handy to be able to compare TestCase instances.
|
465
|
-
def ==(other)
|
466
|
-
return false unless(other.kind_of?(self.class))
|
467
|
-
return false unless(@method_name == other.method_name)
|
468
|
-
self.class == other.class
|
469
|
-
end
|
470
|
-
|
471
|
-
def interrupted?
|
472
|
-
@interrupted
|
473
|
-
end
|
474
|
-
|
475
|
-
# Returns whether this individual test passed or
|
476
|
-
# not. Primarily for use in teardown so that artifacts
|
477
|
-
# can be left behind if the test fails.
|
478
|
-
def passed?
|
479
|
-
@test_passed
|
480
|
-
end
|
481
|
-
|
482
|
-
private
|
483
|
-
def current_result
|
484
|
-
@_result
|
485
|
-
end
|
486
|
-
|
487
|
-
def run_test
|
488
|
-
if self.class.get_attribute(@method_name, :redefined)
|
489
|
-
notify("#{self.class}\##{@method_name} was redefined")
|
490
|
-
end
|
491
|
-
__send__(@method_name)
|
492
|
-
add_pass
|
493
|
-
end
|
494
|
-
|
495
|
-
def handle_exception(exception)
|
496
|
-
self.class.exception_handlers.each do |handler|
|
497
|
-
return true if send(handler, exception)
|
498
|
-
end
|
499
|
-
false
|
500
|
-
end
|
501
|
-
|
502
|
-
def problem_occurred
|
503
|
-
@test_passed = false
|
504
|
-
end
|
505
|
-
|
506
|
-
def add_assertion
|
507
|
-
current_result.add_assertion
|
508
|
-
end
|
509
|
-
|
510
|
-
def add_pass
|
511
|
-
current_result.add_pass
|
512
|
-
end
|
513
|
-
end
|
514
|
-
end
|
515
|
-
end
|