groonga 0.9.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (186) hide show
  1. metadata +38 -227
  2. data/AUTHORS +0 -5
  3. data/NEWS.ja.rdoc +0 -114
  4. data/NEWS.rdoc +0 -116
  5. data/README.ja.rdoc +0 -63
  6. data/README.rdoc +0 -64
  7. data/Rakefile +0 -216
  8. data/benchmark/common.rb +0 -49
  9. data/benchmark/read-write-many-small-items.rb +0 -144
  10. data/benchmark/write-many-small-items.rb +0 -135
  11. data/example/bookmark.rb +0 -161
  12. data/example/index-html.rb +0 -89
  13. data/example/search/config.ru +0 -211
  14. data/example/search/public/css/groonga.css +0 -122
  15. data/ext/.gitignore +0 -2
  16. data/ext/rb-grn-accessor.c +0 -52
  17. data/ext/rb-grn-array-cursor.c +0 -36
  18. data/ext/rb-grn-array.c +0 -210
  19. data/ext/rb-grn-column.c +0 -570
  20. data/ext/rb-grn-context.c +0 -655
  21. data/ext/rb-grn-database.c +0 -415
  22. data/ext/rb-grn-encoding-support.c +0 -64
  23. data/ext/rb-grn-encoding.c +0 -257
  24. data/ext/rb-grn-exception.c +0 -1110
  25. data/ext/rb-grn-expression-builder.c +0 -75
  26. data/ext/rb-grn-expression.c +0 -732
  27. data/ext/rb-grn-fix-size-column.c +0 -166
  28. data/ext/rb-grn-hash-cursor.c +0 -38
  29. data/ext/rb-grn-hash.c +0 -294
  30. data/ext/rb-grn-index-column.c +0 -488
  31. data/ext/rb-grn-logger.c +0 -325
  32. data/ext/rb-grn-object.c +0 -1335
  33. data/ext/rb-grn-operation.c +0 -198
  34. data/ext/rb-grn-patricia-trie-cursor.c +0 -39
  35. data/ext/rb-grn-patricia-trie.c +0 -488
  36. data/ext/rb-grn-procedure.c +0 -52
  37. data/ext/rb-grn-query.c +0 -260
  38. data/ext/rb-grn-record.c +0 -40
  39. data/ext/rb-grn-snippet.c +0 -328
  40. data/ext/rb-grn-table-cursor-key-support.c +0 -69
  41. data/ext/rb-grn-table-cursor.c +0 -246
  42. data/ext/rb-grn-table-key-support.c +0 -731
  43. data/ext/rb-grn-table.c +0 -2038
  44. data/ext/rb-grn-type.c +0 -181
  45. data/ext/rb-grn-utils.c +0 -769
  46. data/ext/rb-grn-variable-size-column.c +0 -36
  47. data/ext/rb-grn-variable.c +0 -108
  48. data/ext/rb-grn.h +0 -684
  49. data/ext/rb-groonga.c +0 -113
  50. data/extconf.rb +0 -216
  51. data/html/bar.svg +0 -153
  52. data/html/developer.html +0 -121
  53. data/html/developer.svg +0 -469
  54. data/html/download.svg +0 -253
  55. data/html/favicon.ico +0 -0
  56. data/html/favicon.xcf +0 -0
  57. data/html/footer.html.erb +0 -28
  58. data/html/head.html.erb +0 -4
  59. data/html/header.html.erb +0 -17
  60. data/html/index.html +0 -147
  61. data/html/install.svg +0 -636
  62. data/html/logo.xcf +0 -0
  63. data/html/ranguba.css +0 -248
  64. data/html/tutorial.svg +0 -559
  65. data/lib/groonga.rb +0 -83
  66. data/lib/groonga/expression-builder.rb +0 -285
  67. data/lib/groonga/patricia-trie.rb +0 -53
  68. data/lib/groonga/record.rb +0 -276
  69. data/lib/groonga/schema.rb +0 -916
  70. data/license/GPL +0 -340
  71. data/license/LGPL +0 -504
  72. data/license/RUBY +0 -59
  73. data/misc/grnop2ruby.rb +0 -49
  74. data/pkg-config.rb +0 -333
  75. data/src/rb-grn-table-cursor.c +0 -296
  76. data/test-unit/Rakefile +0 -40
  77. data/test-unit/TODO +0 -5
  78. data/test-unit/bin/testrb +0 -5
  79. data/test-unit/html/classic.html +0 -15
  80. data/test-unit/html/index.html +0 -25
  81. data/test-unit/html/index.html.ja +0 -27
  82. data/test-unit/lib/test/unit.rb +0 -323
  83. data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
  84. data/test-unit/lib/test/unit/assertions.rb +0 -1230
  85. data/test-unit/lib/test/unit/attribute.rb +0 -125
  86. data/test-unit/lib/test/unit/autorunner.rb +0 -353
  87. data/test-unit/lib/test/unit/collector.rb +0 -36
  88. data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
  89. data/test-unit/lib/test/unit/collector/dir.rb +0 -108
  90. data/test-unit/lib/test/unit/collector/load.rb +0 -136
  91. data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
  92. data/test-unit/lib/test/unit/color-scheme.rb +0 -102
  93. data/test-unit/lib/test/unit/color.rb +0 -96
  94. data/test-unit/lib/test/unit/diff.rb +0 -724
  95. data/test-unit/lib/test/unit/error.rb +0 -130
  96. data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
  97. data/test-unit/lib/test/unit/failure.rb +0 -136
  98. data/test-unit/lib/test/unit/fixture.rb +0 -176
  99. data/test-unit/lib/test/unit/notification.rb +0 -129
  100. data/test-unit/lib/test/unit/omission.rb +0 -191
  101. data/test-unit/lib/test/unit/pending.rb +0 -150
  102. data/test-unit/lib/test/unit/priority.rb +0 -181
  103. data/test-unit/lib/test/unit/runner/console.rb +0 -52
  104. data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
  105. data/test-unit/lib/test/unit/runner/tap.rb +0 -8
  106. data/test-unit/lib/test/unit/testcase.rb +0 -476
  107. data/test-unit/lib/test/unit/testresult.rb +0 -89
  108. data/test-unit/lib/test/unit/testsuite.rb +0 -110
  109. data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
  110. data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -464
  111. data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
  112. data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -92
  113. data/test-unit/lib/test/unit/ui/testrunner.rb +0 -28
  114. data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -77
  115. data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
  116. data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -41
  117. data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
  118. data/test-unit/lib/test/unit/util/observable.rb +0 -90
  119. data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
  120. data/test-unit/lib/test/unit/version.rb +0 -7
  121. data/test-unit/sample/adder.rb +0 -13
  122. data/test-unit/sample/subtracter.rb +0 -12
  123. data/test-unit/sample/test_adder.rb +0 -20
  124. data/test-unit/sample/test_subtracter.rb +0 -20
  125. data/test-unit/sample/test_user.rb +0 -23
  126. data/test-unit/test/collector/test-descendant.rb +0 -133
  127. data/test-unit/test/collector/test-load.rb +0 -329
  128. data/test-unit/test/collector/test_dir.rb +0 -406
  129. data/test-unit/test/collector/test_objectspace.rb +0 -100
  130. data/test-unit/test/run-test.rb +0 -15
  131. data/test-unit/test/test-attribute.rb +0 -86
  132. data/test-unit/test/test-color-scheme.rb +0 -67
  133. data/test-unit/test/test-color.rb +0 -47
  134. data/test-unit/test/test-diff.rb +0 -518
  135. data/test-unit/test/test-emacs-runner.rb +0 -60
  136. data/test-unit/test/test-fixture.rb +0 -287
  137. data/test-unit/test/test-notification.rb +0 -33
  138. data/test-unit/test/test-omission.rb +0 -81
  139. data/test-unit/test/test-pending.rb +0 -70
  140. data/test-unit/test/test-priority.rb +0 -119
  141. data/test-unit/test/test-testcase.rb +0 -554
  142. data/test-unit/test/test_assertions.rb +0 -1151
  143. data/test-unit/test/test_error.rb +0 -26
  144. data/test-unit/test/test_failure.rb +0 -33
  145. data/test-unit/test/test_testresult.rb +0 -113
  146. data/test-unit/test/test_testsuite.rb +0 -129
  147. data/test-unit/test/testunit-test-util.rb +0 -14
  148. data/test-unit/test/ui/test_testrunmediator.rb +0 -20
  149. data/test-unit/test/util/test-method-owner-finder.rb +0 -38
  150. data/test-unit/test/util/test_backtracefilter.rb +0 -41
  151. data/test-unit/test/util/test_observable.rb +0 -102
  152. data/test-unit/test/util/test_procwrapper.rb +0 -36
  153. data/test/.gitignore +0 -1
  154. data/test/groonga-test-utils.rb +0 -106
  155. data/test/run-test.rb +0 -58
  156. data/test/test-array.rb +0 -97
  157. data/test/test-column.rb +0 -298
  158. data/test/test-context.rb +0 -73
  159. data/test/test-database.rb +0 -113
  160. data/test/test-encoding.rb +0 -33
  161. data/test/test-exception.rb +0 -93
  162. data/test/test-expression-builder.rb +0 -156
  163. data/test/test-expression.rb +0 -133
  164. data/test/test-fix-size-column.rb +0 -65
  165. data/test/test-gqtp.rb +0 -70
  166. data/test/test-hash.rb +0 -312
  167. data/test/test-index-column.rb +0 -81
  168. data/test/test-patricia-trie.rb +0 -189
  169. data/test/test-procedure.rb +0 -37
  170. data/test/test-query.rb +0 -22
  171. data/test/test-record.rb +0 -268
  172. data/test/test-remote.rb +0 -53
  173. data/test/test-schema.rb +0 -416
  174. data/test/test-snippet.rb +0 -121
  175. data/test/test-table-cursor.rb +0 -153
  176. data/test/test-table-offset-and-limit.rb +0 -102
  177. data/test/test-table-select-normalize.rb +0 -48
  178. data/test/test-table-select.rb +0 -145
  179. data/test/test-table.rb +0 -642
  180. data/test/test-type.rb +0 -61
  181. data/test/test-variable-size-column.rb +0 -98
  182. data/test/test-variable.rb +0 -28
  183. data/test/test-vector-column.rb +0 -76
  184. data/test/test-version.rb +0 -31
  185. data/text/TUTORIAL.ja.rdoc +0 -392
  186. data/text/expression.rdoc +0 -284
@@ -1,26 +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 TC_Error < TestCase
10
- TF_Exception = Struct.new('TF_Exception', :message, :backtrace)
11
- def test_display
12
- ex = TF_Exception.new("message1\nmessage2", ['line1', 'line2'])
13
- e = Error.new("name", ex)
14
- assert_equal("name: #{TF_Exception.name}: message1", e.short_display)
15
- assert_equal(<<EOM.strip, e.long_display)
16
- Error:
17
- name:
18
- Struct::TF_Exception: message1
19
- message2
20
- line1
21
- line2
22
- EOM
23
- end
24
- end
25
- end
26
- end
@@ -1,33 +0,0 @@
1
- # Author:: Nathaniel Talbott.
2
- # Copyright:: Copyright (c) 2003 Nathaniel Talbott. All rights reserved.
3
- # License:: Ruby license.
4
-
5
- require 'test/unit'
6
- require 'test/unit/failure'
7
-
8
- module Test::Unit
9
- class TestFailure < TestCase
10
- def test_display
11
- f = Failure.new("name", [%q{location:1 in 'l'}], "message1\nmessage2")
12
- assert_equal("name: message1", f.short_display)
13
- assert_equal(<<EOM.strip, f.long_display)
14
- Failure:
15
- name [location:1]:
16
- message1
17
- message2
18
- EOM
19
-
20
- f = Failure.new("name", [%q{location1:2 in 'l1'}, 'location2:1', %q{location3:3 in 'l3'}], "message1\nmessage2")
21
- assert_equal("name: message1", f.short_display)
22
- assert_equal(<<EOM.strip, f.long_display)
23
- Failure:
24
- name
25
- [location1:2 in 'l1'
26
- location2:1
27
- location3:3 in 'l3']:
28
- message1
29
- message2
30
- EOM
31
- end
32
- end
33
- end
@@ -1,113 +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/testcase'
6
- require 'test/unit/testresult'
7
-
8
- module Test
9
- module Unit
10
- class TC_TestResult < TestCase
11
- def setup
12
- @my_result = TestResult.new
13
- @my_result.add_assertion()
14
- @failure = "failure"
15
- @my_result.add_failure(@failure)
16
- @error = "error"
17
- @my_result.add_error(@error)
18
- end
19
-
20
- def test_result_changed_notification
21
- called1 = false
22
- @my_result.add_listener(TestResult::CHANGED) do |result|
23
- assert_equal(@my_result, result)
24
- called1 = true
25
- end
26
- @my_result.add_assertion
27
- assert_true(called1)
28
-
29
- called1, called2 = false, false
30
- @my_result.add_listener(TestResult::CHANGED) do |result|
31
- assert_equal(@my_result, result)
32
- called2 = true
33
- end
34
- @my_result.add_assertion
35
- assert_equal([true, true], [called1, called2])
36
-
37
- called1, called2 = false, false
38
- @my_result.add_failure("")
39
- assert_equal([true, true], [called1, called2])
40
-
41
- called1, called2 = false, false
42
- @my_result.add_error("")
43
- assert_equal([true, true], [called1, called2])
44
-
45
- called1, called2 = false, false
46
- @my_result.add_run
47
- assert_equal([true, true], [called1, called2])
48
- end
49
-
50
- def test_fault_notification
51
- called1 = false
52
- fault = "fault"
53
- @my_result.add_listener(TestResult::FAULT) do |passed_fault|
54
- assert_equal(fault, passed_fault)
55
- called1 = true
56
- end
57
-
58
- @my_result.add_assertion
59
- assert_false(called1)
60
-
61
- @my_result.add_failure(fault)
62
- assert_true(called1)
63
-
64
- called1, called2 = false, false
65
- @my_result.add_listener(TestResult::FAULT) do |passed_fault|
66
- assert_equal(fault, passed_fault)
67
- called2 = true
68
- end
69
-
70
- @my_result.add_assertion
71
- assert_equal([false, false], [called1, called2])
72
-
73
- called1, called2 = false, false
74
- @my_result.add_failure(fault)
75
- assert_equal([true, true], [called1, called2])
76
-
77
- called1, called2 = false, false
78
- @my_result.add_error(fault)
79
- assert_equal([true, true], [called1, called2])
80
-
81
- called1, called2 = false, false
82
- @my_result.add_run
83
- assert_equal([false, false], [called1, called2])
84
- end
85
-
86
- def test_passed?
87
- result = TestResult.new
88
- assert_true(result.passed?)
89
-
90
- result.add_assertion
91
- assert_true(result.passed?)
92
-
93
- result.add_run
94
- assert_true(result.passed?)
95
-
96
- result.add_failure("")
97
- assert_false(result.passed?)
98
-
99
- result = TestResult.new
100
- result.add_error("")
101
- assert_false(result.passed?)
102
- end
103
-
104
- def test_faults
105
- assert_equal([@failure, @error], @my_result.faults)
106
-
107
- notification = "notification"
108
- @my_result.add_notification(notification)
109
- assert_equal([@failure, @error, notification], @my_result.faults)
110
- end
111
- end
112
- end
113
- end
@@ -1,129 +0,0 @@
1
- # Author:: Nathaniel Talbott.
2
- # Copyright:: Copyright (c) 2000-2003 Nathaniel Talbott. All rights reserved.
3
- # License:: Ruby license.
4
-
5
- require 'test/unit'
6
-
7
- module Test
8
- module Unit
9
- class TC_TestSuite < TestCase
10
- def setup
11
- @testcase1 = Class.new(TestCase) do
12
- def test_succeed1
13
- assert_block { true }
14
- end
15
- def test_fail
16
- assert_block { false }
17
- end
18
- end
19
-
20
- @testcase2 = Class.new(TestCase) do
21
- def test_succeed2
22
- assert_block { true }
23
- end
24
- def test_error
25
- raise
26
- end
27
- end
28
- end
29
-
30
- def test_add
31
- s = TestSuite.new
32
- assert_equal(s, s << self.class.new("test_add"))
33
- end
34
-
35
- def test_delete
36
- s = TestSuite.new
37
- t1 = self.class.new("test_delete")
38
- s << t1
39
- t2 = self.class.new("test_add")
40
- s << t2
41
- assert_equal(t1, s.delete(t1))
42
- assert_nil(s.delete(t1))
43
- assert_equal(TestSuite.new << t2, s)
44
- end
45
-
46
- def test_size
47
- suite = TestSuite.new
48
- suite2 = TestSuite.new
49
- suite2 << self.class.new("test_size")
50
- suite << suite2
51
- suite << self.class.new("test_size")
52
- assert_equal(2, suite.size, "The count should be correct")
53
- end
54
-
55
- def test_run
56
- progress = []
57
- suite = @testcase1.suite
58
- result = TestResult.new
59
- suite.run(result) { |*values| progress << values }
60
-
61
- assert_equal(2, result.run_count, "Should have had four test runs")
62
- assert_equal(1, result.failure_count, "Should have had one test failure")
63
- assert_equal(0, result.error_count, "Should have had one test error")
64
- assert_equal([[TestSuite::STARTED, suite.name],
65
- [TestCase::STARTED, "test_fail(#{suite.name})"],
66
- [TestCase::FINISHED, "test_fail(#{suite.name})"],
67
- [TestCase::STARTED, "test_succeed1(#{suite.name})"],
68
- [TestCase::FINISHED, "test_succeed1(#{suite.name})"],
69
- [TestSuite::FINISHED, suite.name]],
70
- progress, "Should have had the correct progress")
71
-
72
- suite = TestSuite.new
73
- suite << @testcase1.suite
74
- suite << @testcase2.suite
75
- result = TestResult.new
76
- progress = []
77
- suite.run(result) { |*values| progress << values }
78
-
79
- assert_equal(4, result.run_count, "Should have had four test runs")
80
- assert_equal(1, result.failure_count, "Should have had one test failure")
81
- assert_equal(1, result.error_count, "Should have had one test error")
82
- assert_equal(14, progress.size, "Should have had the correct number of progress calls")
83
- end
84
-
85
- def test_empty?
86
- assert(TestSuite.new.empty?, "A new test suite should be empty?")
87
- assert(!@testcase2.suite.empty?, "A test suite with tests should not be empty")
88
- end
89
-
90
- def test_equality
91
- suite1 = TestSuite.new
92
- suite2 = TestSuite.new
93
- assert_equal(suite1, suite2)
94
- assert_equal(suite2, suite1)
95
-
96
- suite1 = TestSuite.new('name')
97
- assert_not_equal(suite1, suite2)
98
- assert_not_equal(suite2, suite1)
99
-
100
- suite2 = TestSuite.new('name')
101
- assert_equal(suite1, suite2)
102
- assert_equal(suite2, suite1)
103
-
104
- suite1 << 'test'
105
- assert_not_equal(suite1, suite2)
106
- assert_not_equal(suite2, suite1)
107
-
108
- suite2 << 'test'
109
- assert_equal(suite1, suite2)
110
- assert_equal(suite2, suite1)
111
-
112
- suite2 = Object.new
113
- class << suite2
114
- def name
115
- 'name'
116
- end
117
- def tests
118
- ['test']
119
- end
120
- end
121
- assert_not_equal(suite1, suite2)
122
- assert_not_equal(suite2, suite1)
123
-
124
- assert_not_equal(suite1, Object.new)
125
- assert_not_equal(Object.new, suite1)
126
- end
127
- end
128
- end
129
- end
@@ -1,14 +0,0 @@
1
- module TestUnitTestUtil
2
- private
3
- def assert_fault_messages(expected, faults)
4
- assert_equal(expected, faults.collect {|fault| fault.message})
5
- end
6
-
7
- def _run_test(test_case, name)
8
- result = Test::Unit::TestResult.new
9
- test = test_case.new(name)
10
- yield(test) if block_given?
11
- test.run(result) {}
12
- result
13
- end
14
- end
@@ -1,20 +0,0 @@
1
- require 'test/unit/ui/testrunnermediator'
2
-
3
- class TestUnitUIMediator < Test::Unit::TestCase
4
- def test_run_suite_with_interrupt_exception
5
- test_case = Class.new(Test::Unit::TestCase) do
6
- def test_raise_interrupt
7
- raise Interrupt, "from test"
8
- end
9
- end
10
- mediator = Test::Unit::UI::TestRunnerMediator.new(test_case.suite)
11
- finished = false
12
- mediator.add_listener(Test::Unit::UI::TestRunnerMediator::FINISHED) do
13
- finished = true
14
- end
15
- assert_raise(Interrupt) do
16
- mediator.run_suite
17
- end
18
- assert(finished)
19
- end
20
- end
@@ -1,38 +0,0 @@
1
- require 'test/unit'
2
-
3
- require 'test/unit/util/method-owner-finder'
4
-
5
- class TestUnitMethodOwnerFinder < Test::Unit::TestCase
6
- def test_find
7
- assert_equal(Exception, find(RuntimeError.new, :inspect))
8
- assert_equal(Exception, find(Exception.new, :inspect))
9
-
10
- anonymous_class = Class.new do
11
- end
12
- assert_equal(Kernel, find(anonymous_class.new, :inspect))
13
-
14
- anonymous_parent_class = Class.new do
15
- def inspect
16
- super + " by anonymous parent class"
17
- end
18
- end
19
- anonymous_sub_class = Class.new(anonymous_parent_class) do
20
- end
21
- assert_equal(anonymous_parent_class, find(anonymous_sub_class.new, :inspect))
22
-
23
- anonymous_module = Module.new do
24
- def inspect
25
- super + " by anonymous module"
26
- end
27
- end
28
- anonymous_include_class = Class.new do
29
- include anonymous_module
30
- end
31
- assert_equal(anonymous_module, find(anonymous_include_class.new, :inspect))
32
- end
33
-
34
- private
35
- def find(object, method_name)
36
- Test::Unit::Util::MethodOwnerFinder.find(object, method_name)
37
- end
38
- end
@@ -1,41 +0,0 @@
1
- require 'test/unit'
2
-
3
- require 'test/unit/util/backtracefilter'
4
-
5
- module Test::Unit::Util
6
- class TestBacktraceFilter < Test::Unit::TestCase
7
- include BacktraceFilter
8
-
9
- def test_filter_backtrace
10
- backtrace = [%q{C:\some\old\path/test/unit/assertions.rb:44:in 'assert'},
11
- %q{tc_thing.rb:4:in 'a'},
12
- %q{tc_thing.rb:4:in 'test_stuff'},
13
- %q{C:\some\old\path/test/unit/testcase.rb:44:in 'send'},
14
- %q{C:\some\old\path\test\unit\testcase.rb:44:in 'run'},
15
- %q{C:\some\old\path\test\unit.rb:44:in 'run'},
16
- %q{tc_thing.rb:3}]
17
- assert_equal(backtrace[1..2], filter_backtrace(backtrace, %q{C:\some\old\path\test\unit}), "Should filter out all TestUnit-specific lines")
18
-
19
- backtrace = [%q{tc_thing.rb:4:in 'a'},
20
- %q{tc_thing.rb:4:in 'test_stuff'},
21
- %q{tc_thing.rb:3}]
22
- assert_equal(backtrace, filter_backtrace(backtrace, %q{C:\some\old\path\test\unit}), "Shouldn't filter too much")
23
-
24
- backtrace = [%q{C:\some\old\path/test/unit/assertions.rb:44:in 'assert'},
25
- %q{tc_thing.rb:4:in 'a'},
26
- %q{tc_thing.rb:4:in 'test_stuff'},
27
- %q{tc_thing.rb:3}]
28
- assert_equal(backtrace[1..3], filter_backtrace(backtrace, %q{C:\some\old\path\test\unit}), "Should filter out all TestUnit-specific lines")
29
-
30
- backtrace = [%q{C:\some\old\path/test/unit/assertions.rb:44:in 'assert'},
31
- %q{C:\some\old\path/test/unit/testcase.rb:44:in 'send'},
32
- %q{C:\some\old\path\test\unit\testcase.rb:44:in 'run'},
33
- %q{C:\some\old\path\test\unit.rb:44:in 'run'}]
34
- assert_equal(backtrace, filter_backtrace(backtrace, %q{C:\some\old\path\test\unit}), "Should filter out all TestUnit-specific lines")
35
- end
36
-
37
- def test_nil_backtrace
38
- assert_equal(["No backtrace"], filter_backtrace(nil))
39
- end
40
- end
41
- end
@@ -1,102 +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/util/observable'
6
-
7
- module Test
8
- module Unit
9
- module Util
10
- class TC_Observable < TestCase
11
-
12
- class TF_Observable
13
- include Observable
14
- end
15
-
16
- def setup
17
- @observable = TF_Observable.new
18
- end
19
-
20
- def test_simple_observation
21
- assert_raises(ArgumentError, "add_listener should throw an exception if no callback is supplied") do
22
- @observable.add_listener(:property, "a")
23
- end
24
-
25
- heard = false
26
- callback = proc { heard = true }
27
- assert_equal("a", @observable.add_listener(:property, "a", &callback), "add_listener should return the listener that was added")
28
-
29
- count = 0
30
- @observable.instance_eval do
31
- count = notify_listeners(:property)
32
- end
33
- assert_equal(1, count, "notify_listeners should have returned the number of listeners that were notified")
34
- assert(heard, "Should have heard the property changed")
35
-
36
- heard = false
37
- assert_equal(callback, @observable.remove_listener(:property, "a"), "remove_listener should return the callback")
38
-
39
- count = 1
40
- @observable.instance_eval do
41
- count = notify_listeners(:property)
42
- end
43
- assert_equal(0, count, "notify_listeners should have returned the number of listeners that were notified")
44
- assert(!heard, "Should not have heard the property change")
45
- end
46
-
47
- def test_value_observation
48
- value = nil
49
- @observable.add_listener(:property, "a") do |passed_value|
50
- value = passed_value
51
- end
52
- count = 0
53
- @observable.instance_eval do
54
- count = notify_listeners(:property, "stuff")
55
- end
56
- assert_equal(1, count, "Should have update the correct number of listeners")
57
- assert_equal("stuff", value, "Should have received the value as an argument to the listener")
58
- end
59
-
60
- def test_multiple_value_observation
61
- values = []
62
- @observable.add_listener(:property, "a") do |first_value, second_value|
63
- values = [first_value, second_value]
64
- end
65
- count = 0
66
- @observable.instance_eval do
67
- count = notify_listeners(:property, "stuff", "more stuff")
68
- end
69
- assert_equal(1, count, "Should have update the correct number of listeners")
70
- assert_equal(["stuff", "more stuff"], values, "Should have received the value as an argument to the listener")
71
- end
72
-
73
- def test_add_remove_with_default_listener
74
- assert_raises(ArgumentError, "add_listener should throw an exception if no callback is supplied") do
75
- @observable.add_listener(:property)
76
- end
77
-
78
- heard = false
79
- callback = proc { heard = true }
80
- assert_equal(callback, @observable.add_listener(:property, &callback), "add_listener should return the listener that was added")
81
-
82
- count = 0
83
- @observable.instance_eval do
84
- count = notify_listeners(:property)
85
- end
86
- assert_equal(1, count, "notify_listeners should have returned the number of listeners that were notified")
87
- assert(heard, "Should have heard the property changed")
88
-
89
- heard = false
90
- assert_equal(callback, @observable.remove_listener(:property, callback), "remove_listener should return the callback")
91
-
92
- count = 1
93
- @observable.instance_eval do
94
- count = notify_listeners(:property)
95
- end
96
- assert_equal(0, count, "notify_listeners should have returned the number of listeners that were notified")
97
- assert(!heard, "Should not have heard the property change")
98
- end
99
- end
100
- end
101
- end
102
- end