search for: test_the_string_doohicki

Displaying 1 result from an estimated 1 matches for "test_the_string_doohicki".

2006 Jan 20
2
Help needed using assigns() functionality in functional test
Accidentally posted this to the engines group first...dang computers :-) I''m trying to create a functional test where the controller action (for now, anyway) breaks apart a string and populates intermediate variables with the results. I want to check the intermediate vars in my test, so I tried the following (in the controller) def string_action # do some processing, etc.