summaryrefslogtreecommitdiff
path: root/ext/win32ole/tests/testall.rb
diff options
context:
space:
mode:
authorsuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-16 15:11:53 +0000
committersuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-16 15:11:53 +0000
commit04d2c873b88af2858826437c349014a3922ad52c (patch)
tree3a73e4054c0a0ac914e2df792292bad718f2c0ae /ext/win32ole/tests/testall.rb
parent20359b9bb2d678e409ebf929aa21285d260cbf12 (diff)
support PROPERTYPUTREF. [ruby-talk:183042]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/win32ole/tests/testall.rb')
-rw-r--r--ext/win32ole/tests/testall.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/win32ole/tests/testall.rb b/ext/win32ole/tests/testall.rb
index 2ae4a88986..51727d874d 100644
--- a/ext/win32ole/tests/testall.rb
+++ b/ext/win32ole/tests/testall.rb
@@ -10,4 +10,5 @@ require "testOLEVARIABLE"
require "testVARIANT"
require "testNIL2VTEMPTY"
require "test_ole_methods.rb"
+require "test_propertyputref.rb"
# require "testOLEEVENT"