Displaying 1 result from an estimated 1 matches for "a8ff976a".
2006 Apr 17
2
binary info in test fixtures?
Hi all,
I have a shopping application I am testing, and one of the models is an
Order model, within which a credit card number is encrypted and stored
in the db (mysql) as a BLOB field. When trying to run my unit tests, I
cannot get my model fixtures to load the encrypted data.
If, in my dynamic fixture (YAML) file, I could have access to my app''s
models, the problem would be trivial..