diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/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 |
