search for: glasshouses

Displaying 2 results from an estimated 2 matches for "glasshouses".

2005 Feb 28
2
Time out tuning ?
...follwing problem: Employees of that company have for extended periods sometimes word documents opened for editing, but it happens regularly that for an half hour or more no activity takes place because they are working on something else (it's a flower seed growing company , with pc's in the glasshouses and they have to monitor the seedbeds and fill in now and then something in in word documents). When that happens the word application returns a message that , "There was a sharing violation" and "The data will be saved in a copy of the document" . This is very inconvenient, i...
2006 Apr 21
2
destory Test Case Messes up all tests
I am trying to create unit tests for my users model but when I add a test that destroys a user, that user is not available in any of the other test. If I remove the test that destroys the user all my other tests work again. All the fixtures are suppose be reloaded between tests right? Here is my testcase : require File.dirname(__FILE__) + ''/../test_helper'' class UserTest