Skip to content
New issue

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

Update test to be order-agnostic #89

Closed
cbeer opened this issue Jun 5, 2013 · 0 comments · Fixed by #92
Closed

Update test to be order-agnostic #89

cbeer opened this issue Jun 5, 2013 · 0 comments · Fixed by #92
Assignees

Comments

@cbeer
Copy link
Member

cbeer commented Jun 5, 2013

  1. ActiveFedora::DatastreamCollections#named_datastreams_ids should return a hash of datastream name to an array of dsids
    Failure/Error: @test_object2.named_datastreams_ids.should == {"high"=>[], "thumbnail"=>["THUMB1", "THUMB2"]}
    expected: {"high"=>[], "thumbnail"=>["THUMB1", "THUMB2"]}
    got: {"thumbnail"=>[], "high"=>[]} (using ==)
    Diff:
    @@ -1,3 +1,3 @@
    "high" => [],
    -"thumbnail" => ["THUMB1", "THUMB2"]
    +"thumbnail" => []
    # ./spec/integration/datastream_collections_spec.rb:128:in `block (3 levels) in <top (required)>'
@ghost ghost assigned jeremyf Jun 5, 2013
jeremyf added a commit that referenced this issue Jun 5, 2013
@cbeer cbeer closed this as completed in #92 Jun 5, 2013
cbeer added a commit that referenced this issue Jun 5, 2013
…agnostic

Reworking datastream id spec to be order agnostic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants