Displaying 3 results from an estimated 3 matches for "test_insert".
Did you mean:
test_assert
2006 Feb 21
2
Insertion.Top
hi all,
Can someone please help me with the Insertion.Top not working IE 6
browsers? I have an example at
http://www.talaha.com/macnn/test_insertion.html
It works in both Firefox (1.5 Mac/Win) and Safari; but does not work in IE 6.
Thanks in advance.
Cheers.
2006 Mar 08
1
(no subject)
Hi all,
Can someone please help me with the Insertion.Top not working IE 6? I
have an example at
http://www.talaha.com/macnn/test_insert.html
It works in both Firefox (1.5 Mac/Win) and Safari; but does not work in
IE 6.
Is this a bug in the scriptaculous lib or am I not doing something
properly. Thanks in advance.
Cheers.
2006 Apr 03
2
problems testing on 1.1 and postgresql
Hi,
I get errors doing this:
1) createdb myapp_test
2) rake db:test:clone_structure
3) rake test:units
rake aborted!
PGError: ERROR: relation "matches" already exists
I''m using the :sql schema format because there are some problems with
postgres and the :ruby schema format
config.active_record.schema_format = :sql
It seems rake test:units is trying to create the tables