Skip to content

Commit

Permalink
update RowanClientServices lower limit for release
Browse files Browse the repository at this point in the history
got rid of delay in test resources code. Don't think it's necessary.
  • Loading branch information
Eric Winger authored and Eric Winger committed Aug 18, 2022
1 parent f5cb865 commit c1291a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions sources/JadeiteAbstractTestCase.cls
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,11 @@ loadRowanSample1InProjectList
self transcriptTab refresh!

loginOtherSession
(Delay forSeconds: 1) wait. "not sure if this is necessary"
session
session
executeString: 'UserGlobals at: #otherSession put: (GsExternalSession gemNRS: ''' , session gemNRS
, ''' stoneNRS: ''' , session stoneName
, ''' username: ''SystemUser'' password: ''swordfish'') login'.!
, ''' username: ''SystemUser'' password: ''swordfish'') login'.
!

loginWithRetry: loginShell
| loginError maxTries count |
Expand Down
2 changes: 1 addition & 1 deletion sources/RowanService.cls
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ notRowanizedPackageName
^'(NONE)'!

rowanClientServicesVersionLowerLimit
^'3.0.0'!
^'3.0.1'!

templateClassName ^self name! !
!RowanService class categoriesForMethods!
Expand Down

0 comments on commit c1291a0

Please sign in to comment.