Skip to content

Commit

Permalink
Test push that takes autolinter test method in again.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdaase committed Jul 6, 2018
1 parent b8ff5ec commit ef8f4cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
as yet unclassified
testAutomaticUpdate

"|classes tests autoLinter|
|classes tests autoLinter|
classes := {SLCircle} asSet.
tests := {SLTestData newFromArray: {#unreferencedVariable: . 'unreferencedVariable' . '' . ''. SLSwaMetricsPlugIn} plugIn: SLSwaMetricsPlugInTest} asSet.
autoLinter := SLTestAutoRunner basicOn: classes with: tests calledBy: nil reopens: nil.
Expand All @@ -18,4 +18,4 @@ testAutomaticUpdate
self assert: autoLinter resultCount = ' 0 '.
autoLinter run.
self assert: autoLinter resultCount = ' 1 '.
SLCircle removeInstVarName: 'unreferencedTestVariable'."
SLCircle removeInstVarName: 'unreferencedTestVariable'.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"class" : {
},
"instance" : {
"testAutomaticUpdate" : "BD 7/6/2018 14:05",
"testAutomaticUpdate" : "BD 7/6/2018 16:09",
"testBuilding" : "BD 7/6/2018 13:49" } }

0 comments on commit ef8f4cb

Please sign in to comment.