summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-07-03 17:53:07 -0500
committerLuke Kanies <luke@madstop.com>2008-07-03 17:53:07 -0500
commit6124c693c98217bdb747f455eefd09d303b0b2a5 (patch)
treec48a583ceb874cb909bf8533e021a0a7bc58b91a /test
parent7a6ae299621a16fa7fd8ab0fbd2c05fe723cffa4 (diff)
downloadpuppet-6124c693c98217bdb747f455eefd09d303b0b2a5.tar.gz
puppet-6124c693c98217bdb747f455eefd09d303b0b2a5.tar.xz
puppet-6124c693c98217bdb747f455eefd09d303b0b2a5.zip
Renaming the Puppet::PropertyChange class to Puppet::Transaction::Change.
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/other/transaction_change.rb (renamed from test/other/propertychange.rb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/other/propertychange.rb b/test/other/transaction_change.rb
index eaa4f4082..292f59334 100755
--- a/test/other/propertychange.rb
+++ b/test/other/transaction_change.rb
@@ -7,7 +7,7 @@ require File.dirname(__FILE__) + '/../lib/puppettest'
require 'puppettest'
-class TestPropertyChange < Test::Unit::TestCase
+class TestTransactionChange < Test::Unit::TestCase
include PuppetTest
class FakeProperty < Puppet::Property
attr_accessor :is, :should, :resource
@@ -58,7 +58,7 @@ class TestPropertyChange < Test::Unit::TestCase
property.resource = :parent
change = nil
assert_nothing_raised do
- change = Puppet::PropertyChange.new(property, :start)
+ change = Puppet::Transaction::Change.new(property, :start)
end
change.transaction = :trans