Skip to content

Commit

Permalink
ft_22 back to green
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Dec 21, 2009
1 parent ddd7ff3 commit fe47b5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/ruote/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ module Ruote
#
class Parser

def initialize (worker)
def initialize (context)

@context = context
end

# Turns the input into a ruote syntax tree (raw process definition).
Expand Down
2 changes: 1 addition & 1 deletion lib/ruote/storage/hash_storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def put (doc, opts={})
def get (type, key)

synchronize do
Ruote::Json.dup(@h[type][key])
Ruote.fulldup(@h[type][key])
end
end

Expand Down
1 change: 1 addition & 0 deletions test/functional/temp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
ft_19
ft_20
ft_21
ft_22

eft_0
eft_1
Expand Down

0 comments on commit fe47b5c

Please sign in to comment.