summaryrefslogtreecommitdiffstats
path: root/test/network/client/resource.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removing tests for code that was removed in the REST refactorLuke Kanies2010-04-121-52/+0
| | | | Signed-off-by: Luke Kanies <luke@puppetlabs.com>
* Fixing all tests that were apparently broken in the 0.24.x merge.Luke Kanies2009-04-021-4/+1
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixing tests broken in previous commitsLuke Kanies2009-03-111-12/+3
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Removing or fixing old testsLuke Kanies2009-02-191-28/+6
| | | | | | | | Most of these were just obsolete tests that have been sitting around and broke with recent internal changes. Signed-off-by: Luke Kanies <luke@madstop.com>
* Renaming the "Catalog#to_type" method to "Catalog#to_ral"Luke Kanies2008-12-181-2/+2
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixing tests broken by fileserving and other refactoring.Luke Kanies2008-11-081-16/+17
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Another round of test-fixes toward eliminating global resourceLuke Kanies2008-01-141-5/+0
| | | | | | references. This should have gotten rid of all of them, and now it's just a question of fixing a few hopefully unrelated failing tests.
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-121-0/+8
| | | | | | | | | from the server. The real problem was getting all of the validation done before any caching, which required a good bit more refactoring than I expected. In actuality, this commit is relatively small even though it covers many files; most of the changes just make the code clearer or shorter.
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-261-1/+1
| | | | | | test/ dir or from their own working dir, like the specs do. This was just a question of changing how their libraries are loaded.
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
|
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-13/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2259 980ebf18-57e1-0310-9a29-db15c13687c0
* Okay, last file moves for the night. The test code has been moved to match ↵luke2007-02-081-0/+94
the lib directory, and I have moved a couple of things into network/ instead of network/server, since they did not belong as much. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2180 980ebf18-57e1-0310-9a29-db15c13687c0