rroonga 0.9.3-x86-mingw32 → 0.9.4-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. data/NEWS.ja.rdoc +13 -0
  2. data/NEWS.rdoc +13 -0
  3. data/Rakefile +1 -1
  4. data/ext/groonga/extconf.rb +4 -3
  5. data/ext/groonga/rb-grn.h +698 -0
  6. data/html/developer.html +10 -7
  7. data/html/index.html +1 -1
  8. data/lib/1.8/groonga.so +0 -0
  9. data/lib/1.9/groonga.so +0 -0
  10. data/pkg-config.rb +1 -1
  11. data/test/run-test.rb +9 -3
  12. data/vendor/local/bin/libgroonga-0.dll +0 -0
  13. data/vendor/local/include/groonga.h +2285 -0
  14. data/vendor/local/lib/libgroonga.la +41 -0
  15. metadata +37 -85
  16. data/ext/groonga/mkmf.log +0 -99
  17. data/test-unit/Rakefile +0 -40
  18. data/test-unit/TODO +0 -5
  19. data/test-unit/bin/testrb +0 -5
  20. data/test-unit/html/classic.html +0 -15
  21. data/test-unit/html/index.html +0 -25
  22. data/test-unit/html/index.html.ja +0 -27
  23. data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
  24. data/test-unit/lib/test/unit/assertions.rb +0 -1230
  25. data/test-unit/lib/test/unit/attribute.rb +0 -125
  26. data/test-unit/lib/test/unit/autorunner.rb +0 -360
  27. data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
  28. data/test-unit/lib/test/unit/collector/dir.rb +0 -108
  29. data/test-unit/lib/test/unit/collector/load.rb +0 -144
  30. data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
  31. data/test-unit/lib/test/unit/collector.rb +0 -36
  32. data/test-unit/lib/test/unit/color-scheme.rb +0 -102
  33. data/test-unit/lib/test/unit/color.rb +0 -96
  34. data/test-unit/lib/test/unit/diff.rb +0 -724
  35. data/test-unit/lib/test/unit/error.rb +0 -130
  36. data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
  37. data/test-unit/lib/test/unit/failure.rb +0 -136
  38. data/test-unit/lib/test/unit/fixture.rb +0 -176
  39. data/test-unit/lib/test/unit/notification.rb +0 -129
  40. data/test-unit/lib/test/unit/omission.rb +0 -191
  41. data/test-unit/lib/test/unit/pending.rb +0 -150
  42. data/test-unit/lib/test/unit/priority.rb +0 -180
  43. data/test-unit/lib/test/unit/runner/console.rb +0 -52
  44. data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
  45. data/test-unit/lib/test/unit/runner/tap.rb +0 -8
  46. data/test-unit/lib/test/unit/testcase.rb +0 -476
  47. data/test-unit/lib/test/unit/testresult.rb +0 -89
  48. data/test-unit/lib/test/unit/testsuite.rb +0 -110
  49. data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
  50. data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -466
  51. data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
  52. data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -92
  53. data/test-unit/lib/test/unit/ui/testrunner.rb +0 -28
  54. data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -77
  55. data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
  56. data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -41
  57. data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
  58. data/test-unit/lib/test/unit/util/observable.rb +0 -90
  59. data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
  60. data/test-unit/lib/test/unit/version.rb +0 -7
  61. data/test-unit/lib/test/unit.rb +0 -323
  62. data/test-unit/sample/adder.rb +0 -13
  63. data/test-unit/sample/subtracter.rb +0 -12
  64. data/test-unit/sample/test_adder.rb +0 -20
  65. data/test-unit/sample/test_subtracter.rb +0 -20
  66. data/test-unit/sample/test_user.rb +0 -23
  67. data/test-unit/test/collector/test-descendant.rb +0 -133
  68. data/test-unit/test/collector/test-load.rb +0 -442
  69. data/test-unit/test/collector/test_dir.rb +0 -406
  70. data/test-unit/test/collector/test_objectspace.rb +0 -100
  71. data/test-unit/test/run-test.rb +0 -15
  72. data/test-unit/test/test-attribute.rb +0 -86
  73. data/test-unit/test/test-color-scheme.rb +0 -67
  74. data/test-unit/test/test-color.rb +0 -47
  75. data/test-unit/test/test-diff.rb +0 -518
  76. data/test-unit/test/test-emacs-runner.rb +0 -60
  77. data/test-unit/test/test-fixture.rb +0 -287
  78. data/test-unit/test/test-notification.rb +0 -33
  79. data/test-unit/test/test-omission.rb +0 -81
  80. data/test-unit/test/test-pending.rb +0 -70
  81. data/test-unit/test/test-priority.rb +0 -119
  82. data/test-unit/test/test-testcase.rb +0 -544
  83. data/test-unit/test/test_assertions.rb +0 -1151
  84. data/test-unit/test/test_error.rb +0 -26
  85. data/test-unit/test/test_failure.rb +0 -33
  86. data/test-unit/test/test_testresult.rb +0 -113
  87. data/test-unit/test/test_testsuite.rb +0 -129
  88. data/test-unit/test/testunit-test-util.rb +0 -14
  89. data/test-unit/test/ui/test_testrunmediator.rb +0 -20
  90. data/test-unit/test/util/test-method-owner-finder.rb +0 -38
  91. data/test-unit/test/util/test_backtracefilter.rb +0 -41
  92. data/test-unit/test/util/test_observable.rb +0 -102
  93. data/test-unit/test/util/test_procwrapper.rb +0 -36
@@ -1,544 +0,0 @@
1
- # Author:: Nathaniel Talbott.
2
- # Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
3
- # License:: Ruby license.
4
-
5
- require 'test/unit'
6
-
7
- module Test
8
- module Unit
9
- class TestTestCase < TestCase
10
- self.test_order = :random
11
- def test_creation
12
- tc = Class.new(TestCase) do
13
- def test_with_arguments(arg1, arg2)
14
- end
15
- end
16
-
17
- caught = true
18
- catch(:invalid_test) do
19
- tc.new(:test_with_arguments)
20
- caught = false
21
- end
22
- check("Should have caught an invalid test when there are arguments", caught)
23
-
24
- caught = true
25
- catch(:invalid_test) do
26
- tc.new(:non_existent_test)
27
- caught = false
28
- end
29
- check("Should have caught an invalid test when the method does not exist", caught)
30
- end
31
-
32
- def setup
33
- @tc_failure_error = Class.new(TestCase) do
34
- def test_failure
35
- assert_block("failure") { false }
36
- end
37
- def test_error
38
- 1 / 0
39
- end
40
- def test_nested_failure
41
- nested
42
- end
43
- def nested
44
- assert_block("nested"){false}
45
- end
46
- def return_passed?
47
- return passed?
48
- end
49
- end
50
-
51
- def @tc_failure_error.name
52
- "TC_FailureError"
53
- end
54
- end
55
-
56
- def test_add_failed_assertion
57
- test_case = @tc_failure_error.new(:test_failure)
58
- check("passed? should start out true", test_case.return_passed?)
59
- result = TestResult.new
60
- called = false
61
- result.add_listener(TestResult::FAULT) {
62
- | fault |
63
- check("Should have a Failure", fault.instance_of?(Failure))
64
- check("The Failure should have the correct message", "failure" == fault.message)
65
- check("The Failure should have the correct test_name (was <#{fault.test_name}>)", fault.test_name == "test_failure(TC_FailureError)")
66
- r = /\A.*#{Regexp.escape(File.basename(__FILE__))}:\d+:in `test_failure'\Z/
67
-
68
- location = fault.location
69
- check("The location should be an array", location.kind_of?(Array))
70
- check("The location should have two lines (was: <#{location.inspect}>)", location.size == 2)
71
- check("The Failure should have the correct location (was <#{location[0].inspect}>, expected <#{r.inspect}>)", r =~ location[0])
72
- called = true
73
- }
74
- progress = []
75
- test_case.run(result) { |*arguments| progress << arguments }
76
- check("The failure should have triggered the listener", called)
77
- check("The failure should have set passed?", !test_case.return_passed?)
78
- check("The progress block should have been updated correctly", [[TestCase::STARTED, test_case.name], [TestCase::FINISHED, test_case.name]] == progress)
79
- end
80
-
81
- def test_add_failure_nested
82
- test_case = @tc_failure_error.new(:test_nested_failure)
83
- check("passed? should start out true", test_case.return_passed?)
84
-
85
- result = TestResult.new
86
- called = false
87
- result.add_listener(TestResult::FAULT) {
88
- | fault |
89
- check("Should have a Failure", fault.instance_of?(Failure))
90
- check("The Failure should have the correct message", "nested" == fault.message)
91
- check("The Failure should have the correct test_name (was <#{fault.test_name}>)", fault.test_name == "test_nested_failure(TC_FailureError)")
92
- r =
93
-
94
- location = fault.location
95
- check("The location should be an array", location.kind_of?(Array))
96
- check("The location should have the correct number of lines (was: <#{location.inspect}>)", location.size == 3)
97
- check("The Failure should have the correct location (was <#{location[0].inspect}>)", /\A.*#{Regexp.escape(File.basename(__FILE__))}:\d+:in `nested'\Z/ =~ location[0])
98
- check("The Failure should have the correct location (was <#{location[1].inspect}>)", /\A.*#{Regexp.escape(File.basename(__FILE__))}:\d+:in `test_nested_failure'\Z/ =~ location[1])
99
- called = true
100
- }
101
- test_case.run(result){}
102
- check("The failure should have triggered the listener", called)
103
- end
104
-
105
- def test_add_error
106
- test_case = @tc_failure_error.new(:test_error)
107
- check("passed? should start out true", test_case.return_passed?)
108
- result = TestResult.new
109
- called = false
110
- result.add_listener(TestResult::FAULT) {
111
- | fault |
112
- check("Should have a TestError", fault.instance_of?(Error))
113
- check("The Error should have the correct message", "ZeroDivisionError: divided by 0" == fault.message)
114
- check("The Error should have the correct test_name", "test_error(TC_FailureError)" == fault.test_name)
115
- check("The Error should have the correct exception", fault.exception.instance_of?(ZeroDivisionError))
116
- called = true
117
- }
118
- test_case.run(result) {}
119
- check("The error should have triggered the listener", called)
120
- check("The error should have set passed?", !test_case.return_passed?)
121
- end
122
-
123
- def test_no_tests
124
- suite = TestCase.suite
125
- check("Should have a test suite", suite.instance_of?(TestSuite))
126
- check("Should have one test", suite.size == 1)
127
- check("Should have the default test", suite.tests.first.name == "default_test(Test::Unit::TestCase)")
128
-
129
- result = TestResult.new
130
- suite.run(result) {}
131
- check("Should have had one test run", result.run_count == 1)
132
- check("Should have had one test failure", result.failure_count == 1)
133
- check("Should have had no errors", result.error_count == 0)
134
- end
135
-
136
- def test_suite
137
- tc = Class.new(TestCase) do
138
- def test_succeed
139
- assert_block {true}
140
- end
141
- def test_fail
142
- assert_block {false}
143
- end
144
- def test_error
145
- 1/0
146
- end
147
- def dont_run
148
- assert_block {true}
149
- end
150
- def test_dont_run(argument)
151
- assert_block {true}
152
- end
153
- def test
154
- assert_block {true}
155
- end
156
- end
157
-
158
- suite = tc.suite
159
- check("Should have a test suite", suite.instance_of?(TestSuite))
160
- check("Should have three tests", suite.size == 3)
161
-
162
- result = TestResult.new
163
- suite.run(result) {}
164
- check("Should have had three test runs", result.run_count == 3)
165
- check("Should have had one test failure", result.failure_count == 1)
166
- check("Should have had one test error", result.error_count == 1)
167
- end
168
-
169
-
170
- def test_setup_teardown
171
- tc = Class.new(TestCase) do
172
- attr_reader(:setup_called, :teardown_called)
173
- def initialize(test)
174
- super(test)
175
- @setup_called = false
176
- @teardown_called = false
177
- end
178
- def setup
179
- @setup_called = true
180
- end
181
- def teardown
182
- @teardown_called = true
183
- end
184
- def test_succeed
185
- assert_block {true}
186
- end
187
- def test_fail
188
- assert_block {false}
189
- end
190
- def test_error
191
- raise "Error!"
192
- end
193
- end
194
- result = TestResult.new
195
-
196
- test = tc.new(:test_succeed)
197
- test.run(result) {}
198
- check("Should have called setup the correct number of times", test.setup_called)
199
- check("Should have called teardown the correct number of times", test.teardown_called)
200
-
201
- test = tc.new(:test_fail)
202
- test.run(result) {}
203
- check("Should have called setup the correct number of times", test.setup_called)
204
- check("Should have called teardown the correct number of times", test.teardown_called)
205
-
206
- test = tc.new(:test_error)
207
- test.run(result) {}
208
- check("Should have called setup the correct number of times", test.setup_called)
209
- check("Should have called teardown the correct number of times", test.teardown_called)
210
-
211
- check("Should have had two test runs", result.run_count == 3)
212
- check("Should have had a test failure", result.failure_count == 1)
213
- check("Should have had a test error", result.error_count == 1)
214
- end
215
-
216
- def test_assertion_failed_not_called
217
- tc = Class.new(TestCase) do
218
- def test_thing
219
- raise AssertionFailedError.new
220
- end
221
- end
222
-
223
- suite = tc.suite
224
- check("Should have one test", suite.size == 1)
225
- result = TestResult.new
226
- suite.run(result) {}
227
- check("Should have had one test run", result.run_count == 1)
228
- check("Should have had one assertion failure", result.failure_count == 1)
229
- check("Should not have any assertion errors but had #{result.error_count}", result.error_count == 0)
230
- end
231
-
232
- def test_equality
233
- tc1 = Class.new(TestCase) do
234
- def test_1
235
- end
236
- def test_2
237
- end
238
- end
239
-
240
- tc2 = Class.new(TestCase) do
241
- def test_1
242
- end
243
- end
244
-
245
- test1 = tc1.new('test_1')
246
- test2 = tc1.new('test_1')
247
- check("Should be equal", test1 == test2)
248
- check("Should be equal", test2 == test1)
249
-
250
- test1 = tc1.new('test_2')
251
- check("Should not be equal", test1 != test2)
252
- check("Should not be equal", test2 != test1)
253
-
254
- test2 = tc1.new('test_2')
255
- check("Should be equal", test1 == test2)
256
- check("Should be equal", test2 == test1)
257
-
258
- test1 = tc1.new('test_1')
259
- test2 = tc2.new('test_1')
260
- check("Should not be equal", test1 != test2)
261
- check("Should not be equal", test2 != test1)
262
-
263
-
264
- check("Should not be equal", test1 != Object.new)
265
- check("Should not be equal", Object.new != test1)
266
- end
267
-
268
- def test_re_raise_exception
269
- test_case = Class.new(TestCase) do
270
- def test_raise_interrupt
271
- raise Interrupt, "from test"
272
- end
273
- end
274
-
275
- test = test_case.new("test_raise_interrupt")
276
- begin
277
- test.run(TestResult.new) {}
278
- check("Should not be reached", false)
279
- rescue Exception
280
- check("Interrupt exception should be re-raised", $!.class == Interrupt)
281
- end
282
- end
283
-
284
- def test_startup_shutdown
285
- called = []
286
- test_case = Class.new(TestCase) do
287
- @@called = called
288
- class << self
289
- def startup
290
- @@called << :startup
291
- end
292
-
293
- def shutdown
294
- @@called << :shutdown
295
- end
296
- end
297
-
298
- def setup
299
- @@called << :setup
300
- end
301
-
302
- def teardown
303
- @@called << :teardown
304
- end
305
-
306
- def test1
307
- end
308
-
309
- def test2
310
- end
311
- end
312
-
313
- test_suite = test_case.suite
314
- test_suite.run(TestResult.new) {}
315
- check("startup/shutdown should be called once per test case" +
316
- ": #{called.inspect}",
317
- called == [:startup,
318
- :setup, :teardown,
319
- :setup, :teardown,
320
- :shutdown])
321
- end
322
-
323
- def test_error_on_startup
324
- test_case = Class.new(TestCase) do
325
- class << self
326
- def startup
327
- raise "from startup"
328
- end
329
- end
330
-
331
- def test_nothing
332
- end
333
- end
334
-
335
- test_suite = test_case.suite
336
- result = TestResult.new
337
- test_suite.run(result) {}
338
- check("Should record an error on startup: #{result}",
339
- result.error_count == 1)
340
- end
341
-
342
- def test_pass_through_error_on_startup
343
- test_case = Class.new(TestCase) do
344
- class << self
345
- def startup
346
- raise Interrupt, "from startup"
347
- end
348
- end
349
-
350
- def test_nothing
351
- end
352
- end
353
-
354
- test_suite = test_case.suite
355
- begin
356
- test_suite.run(TestResult.new) {}
357
- check("Should not be reached", false)
358
- rescue Exception
359
- check("Interrupt should be passed through: #{$!}",
360
- Interrupt === $!)
361
- end
362
- end
363
-
364
- def test_error_on_shutdown
365
- test_case = Class.new(TestCase) do
366
- class << self
367
- def shutdown
368
- raise "from shutdown"
369
- end
370
- end
371
-
372
- def test_nothing
373
- end
374
- end
375
-
376
- test_suite = test_case.suite
377
- result = TestResult.new
378
- test_suite.run(result) {}
379
- check("Should record an error on shutdown: #{result}",
380
- result.error_count == 1)
381
- end
382
-
383
- def test_pass_through_error_on_shutdown
384
- test_case = Class.new(TestCase) do
385
- class << self
386
- def shutdown
387
- raise Interrupt, "from shutdown"
388
- end
389
- end
390
-
391
- def test_nothing
392
- end
393
- end
394
-
395
- test_suite = test_case.suite
396
- begin
397
- test_suite.run(TestResult.new) {}
398
- check("Should not be reached", false)
399
- rescue Exception
400
- check("Interrupt should be passed through: #{$!}",
401
- Interrupt === $!)
402
- end
403
- end
404
-
405
- def test_interrupted
406
- test_case = Class.new(TestCase) do
407
- def test_fail
408
- flunk
409
- end
410
-
411
- def test_nothing
412
- end
413
- end
414
-
415
- failed_test = test_case.new(:test_fail)
416
- failed_test.run(TestResult.new) {}
417
- check("Should be interrupted", failed_test.interrupted?)
418
-
419
- success_test = test_case.new(:test_nothing)
420
- success_test.run(TestResult.new) {}
421
- check("Should not be interrupted", !success_test.interrupted?)
422
- end
423
-
424
- def test_inherited_test_should_be_ignored
425
- test_case = Class.new(TestCase) do
426
- def test_nothing
427
- end
428
- end
429
-
430
- sub_test_case = Class.new(test_case) do
431
- def test_fail
432
- flunk
433
- end
434
- end
435
-
436
- assert_nothing_thrown do
437
- test_case.new("test_nothing")
438
- end
439
-
440
- assert_nothing_thrown do
441
- sub_test_case.new("test_fail")
442
- end
443
-
444
- assert_throw(:invalid_test) do
445
- sub_test_case.new("test_nothing")
446
- end
447
- end
448
-
449
- def test_mixin_test_should_not_be_ignored
450
- test_module = Module.new do
451
- def test_nothing
452
- end
453
- end
454
-
455
- test_case = Class.new(Test::Unit::TestCase) do
456
- include test_module
457
-
458
- def test_fail
459
- flunk
460
- end
461
- end
462
-
463
- assert_nothing_thrown do
464
- test_case.new("test_nothing")
465
- end
466
-
467
- assert_nothing_thrown do
468
- test_case.new("test_fail")
469
- end
470
- end
471
-
472
- def test_defined_order
473
- test_case = Class.new(Test::Unit::TestCase) do
474
- def test_z
475
- end
476
-
477
- def test_1
478
- end
479
-
480
- def test_a
481
- end
482
- end
483
-
484
- assert_equal(["test_1", "test_a", "test_z"],
485
- test_case.suite.tests.collect {|test| test.method_name})
486
-
487
- test_case.test_order = :defined
488
- assert_equal(["test_z", "test_1", "test_a"],
489
- test_case.suite.tests.collect {|test| test.method_name})
490
- end
491
-
492
- def test_declarative_style
493
- test_case = Class.new(Test::Unit::TestCase) do
494
- test "declarative style test definition" do
495
- end
496
-
497
- test "include parenthesis" do
498
- end
499
-
500
- test "1 + 2 = 3" do
501
- end
502
- end
503
-
504
- test_case.test_order = :defined
505
-
506
- assert_equal(["test_declarative_style_test_definition",
507
- "test_include_parenthesis",
508
- "test_1_2_3"],
509
- test_case.suite.tests.collect {|test| test.method_name})
510
-
511
- assert_equal(["declarative style test definition",
512
- "include parenthesis",
513
- "1 + 2 = 3"],
514
- test_case.suite.tests.collect {|test| test.description})
515
- end
516
-
517
- def test_redefine_method
518
- test_case = Class.new(Test::Unit::TestCase) do
519
- def test_name
520
- end
521
- alias_method :test_name2, :test_name
522
-
523
- def test_name
524
- end
525
- end
526
-
527
- suite = test_case.suite
528
- assert_equal(["test_name", "test_name2"],
529
- suite.tests.collect {|test| test.method_name})
530
- result = TestResult.new
531
- suite.run(result) {}
532
- assert_equal("2 tests, 0 assertions, 0 failures, " +
533
- "0 errors, 0 pendings, 0 omissions, 1 notifications",
534
- result.summary)
535
- end
536
-
537
- private
538
- def check(message, passed)
539
- add_assertion
540
- raise AssertionFailedError.new(message) unless passed
541
- end
542
- end
543
- end
544
- end