[ARVADOS] updated: 22ae84c0d72cdeab882017a8caf2ade4465ddd59

git at public.curoverse.com git at public.curoverse.com
Tue Nov 18 10:58:19 EST 2014


Summary of changes:
 services/api/test/unit/collection_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  22ae84c0d72cdeab882017a8caf2ade4465ddd59 (commit)
      from  8deda2012ea7e25610f2cbd0a271e131d9364503 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 22ae84c0d72cdeab882017a8caf2ade4465ddd59
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Nov 18 10:58:19 2014 -0500

    4363: Specify ASCII encoding in test case.

diff --git a/services/api/test/unit/collection_test.rb b/services/api/test/unit/collection_test.rb
index 593bd4e..d9c2203 100644
--- a/services/api/test/unit/collection_test.rb
+++ b/services/api/test/unit/collection_test.rb
@@ -9,7 +9,7 @@ class CollectionTest < ActiveSupport::TestCase
 
   test 'accept ASCII manifest_text' do
     act_as_system_user do
-      c = create_collection 'foo'
+      c = create_collection 'foo', Encoding::US_ASCII
       assert c.valid?
     end
   end

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list