summaryrefslogtreecommitdiffstats
path: root/test/other
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-07-04 22:25:23 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-07-04 22:25:23 +0000
commitc762c1960cc278f974c098ede994bb82f63fd893 (patch)
tree568e3ce09d32176206e32e7da08af5fde87953ff /test/other
parent0ff7827d4d7f42fe59c10af35266f197e83b2b17 (diff)
downloadpuppet-c762c1960cc278f974c098ede994bb82f63fd893.tar.gz
puppet-c762c1960cc278f974c098ede994bb82f63fd893.tar.xz
puppet-c762c1960cc278f974c098ede994bb82f63fd893.zip
Removing the long-obsolete Element base class. The Parameter and Type classes no longer have the same base class.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2647 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/other')
-rwxr-xr-xtest/other/propertychange.rb2
-rwxr-xr-xtest/other/transactions.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/other/propertychange.rb b/test/other/propertychange.rb
index 31321753b..6d5c91b34 100755
--- a/test/other/propertychange.rb
+++ b/test/other/propertychange.rb
@@ -9,7 +9,7 @@ require 'puppettest'
class TestPropertyChange < Test::Unit::TestCase
include PuppetTest
- class FakeProperty < Puppet::Type::Property
+ class FakeProperty < Puppet::Property
attr_accessor :is, :should, :resource
attr_reader :noop
def change_to_s(currentvalue, newvalue)
diff --git a/test/other/transactions.rb b/test/other/transactions.rb
index 4cb65dbe3..887c86a96 100755
--- a/test/other/transactions.rb
+++ b/test/other/transactions.rb
@@ -12,7 +12,7 @@ require 'puppettest/support/resources'
class TestTransactions < Test::Unit::TestCase
include PuppetTest::FileTesting
include PuppetTest::Support::Resources
- class Fakeprop <Puppet::Type::Property
+ class Fakeprop <Puppet::Property
attr_accessor :path, :is, :should, :name
def should_to_s
@should.to_s