search for: glasshous

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

Did you mean: glasshour
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,...
2006 Apr 21
2
destory Test Case Messes up all tests
...@grant_speelman.firstname, @first_user.firstname assert_equal @grant_speelman.surname, @first_user.surname assert_equal @grant_speelman.email, @first_user.email @first_user.firstname = "Gavin" @first_user.surname = "Steenkamp" @first_user.email = "test@glasshouse.co.za" assert @first_user.save, @first_user.errors.full_messages.join("; ") @first_user.reload assert_equal "Gavin", @first_user.firstname assert_equal "Steenkamp", @first_user.surname assert_equal "test@glasshouse.co.za", @first_u...