summaryrefslogtreecommitdiffstats
path: root/test/language
Commit message (Expand)AuthorAgeFilesLines
* Removing unnecessary debug outputLuke Kanies2009-08-031-1/+0
* Fixing a small test by stubbing instead of mockingLuke Kanies2009-08-021-2/+1
* Fixing tests broken by caching autoload resultsLuke Kanies2009-08-021-2/+2
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-011-1/+2
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-012-2/+7
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-056-100/+72
* Fixing #2336 - qualified variables only throw warningsLuke Kanies2009-06-111-50/+0
* Removed extra whitespace from end of linesIan Taylor2009-06-067-39/+39
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-067-26/+26
* Modules now can find their own pathsLuke Kanies2009-05-151-1/+1
* Fix snippets tests failing because of activated storeconfigsBrice Figureau2009-05-152-0/+25
* Fix some master failing testsBrice Figureau2009-05-151-1/+1
* Fixing tests that apparently only worked sometimesLuke Kanies2009-04-221-0/+2
* Fix #1088 - part2 - Add rspec testsBrice Figureau2009-03-141-0/+6
* Fixing tests broken in previous commitsLuke Kanies2009-03-111-2/+2
* Merge branch '0.24.x'Luke Kanies2009-02-141-40/+0
|\
| * Removing a no-longer-valid test.Luke Kanies2009-02-141-40/+0
* | Adding resource convertion to the parser resourcesLuke Kanies2008-12-181-84/+0
* | Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-181-1/+1
* | Merge branch '0.24.x'Luke Kanies2008-12-021-1/+11
|\|
| * Move function existance test to parser evaluationBrice Figureau2008-11-171-1/+11
* | Fixing forward-compatibility issues resulting from no global resourcesLuke Kanies2008-10-311-1/+1
* | Merge branch '0.24.x'Luke Kanies2008-10-311-0/+16
|\|
| * Fix #1402 - Allow multiline commentsBrice Figureau2008-10-291-0/+11
| * Fix #857 - Multiple class of the same name don't append codeBrice Figureau2008-10-291-0/+5
* | Merge branch '0.24.x'Luke Kanies2008-10-222-0/+27
|\|
| * Fix #936 - Allow trailing comma in array definitionBrice Figureau2008-10-212-0/+20
| * Fix #636 - Allow extraneous comma in function argument listBrice Figureau2008-10-211-0/+7
* | Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-172-29/+1
|\|
| * Rspec Tests for #381.Brice Figureau2008-10-051-28/+0
| * Minor test fix for #1614James Turnbull2008-10-041-1/+1
* | Merge branch '0.24.x'Luke Kanies2008-09-231-0/+10
|\|
| * Fixes tests broken by 95aa085James Turnbull2008-08-271-0/+10
* | Merge commit 'turnbull/0.24.x'Luke Kanies2008-08-261-0/+8
|\|
| * Fix leaking LoadedFile when adding templates to be watchedAndrew Shafer2008-08-231-0/+8
* | Merge branch '0.24.x'Luke Kanies2008-08-182-11/+108
|\|
| * Add testing for the changes to resolve redmine #1427, where Kernel methods sh...Daniel Pittman2008-08-012-11/+108
* | Merge branch '0.24.x'Luke Kanies2008-04-111-1/+8
|\|
| * Fixed #1184 -- definitions now autoload correctly all of the time.Luke Kanies2008-04-101-1/+8
* | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-3115-1546/+108
|\|
| * Found an array that leaked pretty quickly between reparsingLuke Kanies2008-03-211-0/+1
| * Always duplicating resource defaults in the parser, so thatLuke Kanies2008-03-061-159/+0
| * Fixed #997 -- virtual defined types are no longer evaluated.Luke Kanies2008-02-122-25/+14
| * Moving the ast node tests to rspec (which I could haveLuke Kanies2008-02-122-234/+0
| * Changing the name of the Compile class to Compiler,Luke Kanies2008-02-119-32/+32
| * Changing some methods in the Compile class toLuke Kanies2008-02-112-3/+3
| * Fixed #1030 - class and definition evaluation has been significantlyLuke Kanies2008-02-111-184/+0
| * Converting the Compile class to use a Node::Catalog instanceLuke Kanies2008-02-114-574/+1
| * Moving all of the tests for Puppet::Parser::Compile toLuke Kanies2008-02-111-33/+0
| * More AST refactoring -- each of the code wrapping classesLuke Kanies2008-02-085-63/+81