Skip to content

Commit

Permalink
Possible fix for #273
Browse files Browse the repository at this point in the history
We were hanging onto test classes which could have step points. We don't send those down to the server just return them from the server.
  • Loading branch information
Eric Winger authored and Eric Winger committed Nov 15, 2018
1 parent 212dc23 commit 9a0e36a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sources/RowanPackageService.cls
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ addHierarchyService: service to: treeModel withParent: parentService

basicPrepareForReplication
"don't iterate over sub colletions"
classes := nil!
classes := nil.
testClasses := nil. !

classes

Expand Down

0 comments on commit 9a0e36a

Please sign in to comment.