From 93ef0c117d4d917269a77bcc2c1df119b109153a Mon Sep 17 00:00:00 2001 From: Fried Hoeben Date: Fri, 20 Mar 2015 22:45:55 +0100 Subject: [PATCH] Make storyboard use same actor as script. This allows better combination of scripts and storyboards in single test, and allows SlimHelperLibrary's features for pushing and hoping actors to be used --- pom.xml | 2 +- src/main/java/nl/hsac/fitnesse/slim/StoryboardTable.java | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 0d3c76e..4e9f712 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ nl.hsac hsac-fitnesse-plugin - 1.9.0 + 1.10.0 jar https://github.com/fhoeben/hsac-fitnesse-plugin diff --git a/src/main/java/nl/hsac/fitnesse/slim/StoryboardTable.java b/src/main/java/nl/hsac/fitnesse/slim/StoryboardTable.java index 50ef0da..dac6c1b 100644 --- a/src/main/java/nl/hsac/fitnesse/slim/StoryboardTable.java +++ b/src/main/java/nl/hsac/fitnesse/slim/StoryboardTable.java @@ -24,11 +24,6 @@ public StoryboardTable(Table table, String tableId, SlimTestContext context) { screenshotPrefix = new SimpleDateFormat("yyyyMMdd-HHmmss").format(new Date()); } - @Override - protected String getTableType() { - return "storyboardTable"; - } - @Override protected String getTableKeyword() { return "storyboard";