We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample test failure:
44) CreateDerivativesJob thumbnail generation with an image (.jp2) file generates a thumbnail on job run Failure/Error: subject.run NoMethodError: undefined method `has_content?' for #<FileContentDatastream:0x000000084eae00> # /home/travis/.rvm/gems/ruby-2.1.3/gems/activemodel-4.1.7/lib/active_model/attribute_methods.rb:435:in `method_missing' # ./sufia-models/app/jobs/create_derivatives_job.rb:7:in `run' # ./spec/jobs/create_derivatives_job_spec.rb:70:in `block (4 levels) in <top (required)>'
The text was updated successfully, but these errors were encountered:
This looks like a problem with the Travis-specific monkey-patching of Hydra::Derivatives::ExtractMetadata:
https://github.com/projecthydra/sufia/blob/fedora-4/master/spec/spec_helper.rb#L45
Sorry, something went wrong.
@escowles I wonder if #554 would fix that?
@awead Yes, I bet that would fix it.
Fixed in latest sufia build with latest AF fedora-4
No branches or pull requests
Sample test failure:
The text was updated successfully, but these errors were encountered: