Skip to content

Commit

Permalink
clean the code by removing unnecessary print and old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
man-zhang committed Feb 27, 2021
1 parent fc089d7 commit 5998fe4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ class SimpleResourceSampler : ResourceSampler() {

@PostConstruct
override fun initialize(){
print("")
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ class TestCaseWriter {
expectationsWriter.addDeclarations(lines, ind as EvaluatedIndividual<RestIndividual>)
//TODO: -> also check expectation generation before adding declarations
}
/*
Man: note that we allow SQL action be in between rest actions.
However, we still keep dbInitialization which presents dbaction in front of all rest actions in a test.
HERE, please do not use ind.individual.seeInitializingActions(), otherwise the "in between dbactions" will also show here.
*/
if (ind.individual.seeInitializingActions().isNotEmpty()) {
SqlWriter.handleDbInitialization(format, ind.individual.seeInitializingActions(), lines)
}
Expand Down

0 comments on commit 5998fe4

Please sign in to comment.