Skip to content

Commit

Permalink
Added both old stable jar and new one for testing purposes. V0,4,1 ap…
Browse files Browse the repository at this point in the history
…pears broken currently, to triple check.
  • Loading branch information
Nsyse committed Aug 20, 2016
1 parent 6ab2b1c commit fafece0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Binary file added LazyPoster V0,4 (last stable).jar
Binary file not shown.
Binary file added LazyPoster V0,4,2 (further testing required).jar
Binary file not shown.
4 changes: 0 additions & 4 deletions src/main/java/ca/nsyse/SeleniumTestSuiteGenerator.java
Expand Up @@ -13,12 +13,8 @@ public SeleniumTestSuiteGenerator(){
}

protected void generateSeleniumScripts(ArrayList<String> websitesNames) {
for (String websiteName : websitesNames) {
for (GeneratesTest generator : seleniumGenerators) {
if (generator.getWebsiteName() == websiteName) {
generator.overwriteSeleniumTest();
}
}
}
}
}

0 comments on commit fafece0

Please sign in to comment.