worked(ticker, 1);
try {
ppRunner.setUp(IValidationAdvisor.ComplianceLevel.PUPPET_2_7, new DefaultPotentialProblemsAdvisor());
worked(ticker, 1);
File f = new File("/unnamed.pp");
r = ppRunner.loadResource(code, URI.createFileURI(f.getPath()));
// no need to remember "/" as the root
IResourceValidator rv = ppRunner.getPPResourceValidator();
final CancelIndicator cancelMonitor = new CancelIndicator() {
public boolean isCanceled() {
return ticker.isCanceled();