[Bps-public-commit] smokingit branch, master, updated. c3bdd47507a26aef447b53da71bc720c9aeb4231

Alex Vandiver alexmv at bestpractical.com
Thu Oct 10 16:52:29 EDT 2013


The branch, master has been updated
       via  c3bdd47507a26aef447b53da71bc720c9aeb4231 (commit)
      from  bca0d2c1f69ed2495ce7a9086d7075f5d5760ab5 (commit)

Summary of changes:
 lib/Smokingit/Model/SmokeResult.pm | 1 +
 1 file changed, 1 insertion(+)

- Log -----------------------------------------------------------------
commit c3bdd47507a26aef447b53da71bc720c9aeb4231
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Oct 10 16:52:23 2013 -0400

    Ensure that the test keys (no longer neeeded) are removed before Create

diff --git a/lib/Smokingit/Model/SmokeResult.pm b/lib/Smokingit/Model/SmokeResult.pm
index 20fe776..106d3d9 100644
--- a/lib/Smokingit/Model/SmokeResult.pm
+++ b/lib/Smokingit/Model/SmokeResult.pm
@@ -152,6 +152,7 @@ sub post_result {
     my %result = %{ $arg };
     delete $result{start};
     delete $result{end};
+    delete $result{test};
 
     my $status = Smokingit::Status->new( $self );
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list