Skip to content

Commit 02359b2

Browse files
committed
test2
1 parent 49540d3 commit 02359b2

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

src/ExecutableRequirements-Tests/ExReqRepositoryReportTest.class.st

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,6 @@ ExReqRepositoryReportTest >> tearDown [
4242
repository := nil
4343
]
4444

45-
{ #category : 'tests' }
46-
ExReqRepositoryReportTest >> testCreateTracingPoints [
47-
48-
self assert: ExReqTracingPoint all isEmpty.
49-
self assert: self report tracingPoints isEmpty.
50-
self report createTracingPoints.
51-
self assert: ExReqTracingPoint all isNotEmpty.
52-
self assert: self report tracingPoints isNotEmpty
53-
]
54-
5545
{ #category : 'tests' }
5646
ExReqRepositoryReportTest >> testExecuteTracingPoints [
5747

@@ -67,15 +57,11 @@ ExReqRepositoryReportTest >> testExecuteTracingPoints [
6757
{ #category : 'tests' }
6858
ExReqRepositoryReportTest >> testInstallTracingPoints [
6959

70-
self assert: ExReqTracingPoint all isEmpty.
71-
self assert: self report tracingPoints isEmpty.
60+
self assert: self report builder isEmpty.
7261
self report installTracingPoints.
73-
74-
self assert: ExReqTracingPoint all isNotEmpty.
75-
self assert: self report tracingPoints isNotEmpty.
62+
self assert: self report builder isNotEmpty.
7663
self report removeTracingPoints.
77-
self assert: ExReqTracingPoint all isEmpty.
78-
self assert: self report tracingPoints isEmpty.
64+
self assert: self report builder isEmpty.
7965
]
8066

8167
{ #category : 'tests' }

0 commit comments

Comments
 (0)