Commit 2f5605d402c2f0efe2a8ea18c1c89fba69e7e1ea

Authored by Antonio Terceiro
1 parent aaa9083c

ActionItem1163: fixing another intermittent failing test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/functional/cms_controller_test.rb
... ... @@ -1070,7 +1070,7 @@ class CmsControllerTest < Test::Unit::TestCase
1070 1070 system('echo "image for test" | convert -background yellow -page 32x32 text:- %s' % filename)
1071 1071 image = UploadedFile.create!(:profile => profile, :uploaded_data => fixture_file_upload(fixture_filename, 'image/jpg'))
1072 1072  
1073   - image2 = UploadedFile.create!(:profile => profile, :uploaded_data => fixture_file_upload('/files/rails.png', 'image/png'))
  1073 + image2 = UploadedFile.create!(:profile => profile, :uploaded_data => fixture_file_upload('/files/rails.png', 'image/png'), :created_at => 1.day.ago)
1074 1074  
1075 1075 get :media_listing, :profile => profile.identifier
1076 1076  
... ...