From ec7a68f71b384a633cc2c4f6a36f03ca45fe4619 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 20 Nov 2014 22:46:32 +0100 Subject: [PATCH] Updated new image md5 sums. --- test/unit/user_test.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/unit/user_test.rb b/test/unit/user_test.rb index a923dbbf9..6872b30a5 100644 --- a/test/unit/user_test.rb +++ b/test/unit/user_test.rb @@ -150,8 +150,8 @@ class UserTest < ActiveSupport::TestCase :update_verify => { :firstname => 'Bob', :lastname => 'Smith', - :image => '9f19a507f4574b8455543408a7ef2257', - :image_md5 => '9f19a507f4574b8455543408a7ef2257', + :image => 'a6f7f7f9dac25b2c023d403ef998801c', + :image_md5 => 'a6f7f7f9dac25b2c023d403ef998801c', :email => 'unit-test1@znuny.com', :login => 'login-4', } @@ -180,8 +180,8 @@ class UserTest < ActiveSupport::TestCase :update_verify => { :firstname => 'Bob', :lastname => 'Smith', - :image => '9f19a507f4574b8455543408a7ef2257', - :image_md5 => '9f19a507f4574b8455543408a7ef2257', + :image => 'a6f7f7f9dac25b2c023d403ef998801c', + :image_md5 => 'a6f7f7f9dac25b2c023d403ef998801c', :email => 'unit-test1@znuny.com', :login => 'login-5', }