Skip to content

Commit

Permalink
Merge pull request #28 from DoclerLabs/develop
Browse files Browse the repository at this point in the history
prepare 0.25.0
  • Loading branch information
aliokan authored Jun 27, 2017
2 parents 72f38e2 + 6057842 commit 4bb07a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hex/unittest/notifier/TraceNotifier.hx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ class TraceNotifier implements ITestClassResultListener

}
#else
public function new( errorBubbling : Bool = false )
public function new( errorBubbling : Bool = false, hideSuccessTest : Bool = false )
{
this._errorBubbling = errorBubbling;
this._hideSuccessTest = hideSuccessTest;
}
#end

Expand Down

0 comments on commit 4bb07a5

Please sign in to comment.