Skip to content

Commit

Permalink
Remove old compatibility method
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jul 13, 2024
1 parent d90609c commit c0ed10d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ testExpireAbsolute
1 should be expired
2 should not be expired"

| delay absent |
self workAroundPharo3Bug.

cache := WABulkReapingCache
initialSize: 13
maximumSize: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ testExpireRelative
1 should not be expired
2 should be expired"

| delay absent |
self workAroundPharo3Bug.

cache := WABulkReapingCache
initialSize: 13
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
testing
testInitialCount
| counter |
self workAroundPharo3Bug.


| counter |
counter := GRPlatform current newReducedConflictCounter.
self assert: counter value equals: 0.
counter increment.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ testSendUnregistered
wait 2 sec
1 should be expired and have received #unregistered"
| delay value absent |
self workAroundPharo3Bug.

| delay value absent |
cache := WABulkReapingCache
initialSize: 13
maximumSize: 10
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
SystemOrganization addCategory: #'Seaside-Tests-Core'!
SystemOrganization addCategory: #'Seaside-Tests-Core-Backtracking'!
SystemOrganization addCategory: #'Seaside-Tests-Core-Cache'!
SystemOrganization addCategory: #'Seaside-Tests-Core-Callbacks'!
SystemOrganization addCategory: #'Seaside-Tests-Core-Configuration'!
SystemOrganization addCategory: #'Seaside-Tests-Core-Document'!
SystemOrganization addCategory: #'Seaside-Tests-Core-HTTP'!
SystemOrganization addCategory: #'Seaside-Tests-Core-Libraries'!
SystemOrganization addCategory: #'Seaside-Tests-Core-Rendering'!
SystemOrganization addCategory: #'Seaside-Tests-Core-RequestHandling'!
SystemOrganization addCategory: #'Seaside-Tests-Core-Server'!
SystemOrganization addCategory: #'Seaside-Tests-Core-Utilities'!
self packageOrganizer ensurePackage: #'Seaside-Tests-Core' withTags: #('Backtracking' 'Cache' 'Callbacks' 'Configuration' 'Document' 'HTTP' 'Libraries' 'Rendering' 'RequestHandling' 'Server' 'Utilities')!

0 comments on commit c0ed10d

Please sign in to comment.