HomePhorge

(PUP-121) Fix dynamic environments test to accept ::absolute classnames
6c0764bdf2bfUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-121) Fix dynamic environments test to accept ::absolute classnames

One of the dynamic environment tests is an attempt to include a class
that is not in the default manifests during a puppet apply. This
produces an expected error about the missing class; however, PUP-121
changed the message slightly because for future parser, relative
classnames get transformed to be absolute and an attempt to 'include
testing_mod' ends up reporting that ::testing_mod could not be found.
This commit just updates the test to check for ::testing_mod not being
found when working with future parser.

Event Timeline

Josh Partlow <joshua.partlow@puppetlabs.com> committed rPU6c0764bdf2bf: (PUP-121) Fix dynamic environments test to accept ::absolute classnames (authored by Josh Partlow <joshua.partlow@puppetlabs.com>).Jun 13 2014, 10:21 PM