Skip to content

Commit

Permalink
Add 362 client libraries
Browse files Browse the repository at this point in the history
Tweaked a test to be more flexible.
Revert earlier test constant change.
  • Loading branch information
Eric Winger authored and Eric Winger committed Jul 23, 2021
1 parent bc206cf commit edb68fb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added bin/libgcirpc-3.6.2-32.dll
Binary file not shown.
Binary file added bin/libssl-3.6.2-32.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion sources/JadeiteInspectorTestCase.cls
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ test_openNavigationInspectorOnSymbol
self assert: (inspector isKindOf: JadeNavigationInspector).
self assert: inspector documentPresenter model value equals: '#abc'.
inspector instVarListPresenter selectionByIndex: 2. "asOop"
self assert: inspector documentPresenter model value equals: '11620865'!
self assert: inspector documentPresenter model value asNumber printString equals: inspector documentPresenter model value. "because oops change, we can't rely on the oop to be consistent from server to server. But we should get a number which can be converted to a number whose print string is equal to our string"!

test_openProjectsBrowser
| remoteObject shell |
Expand Down
2 changes: 1 addition & 1 deletion sources/JadeiteProjectBrowserDictionaryTestCase.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ test_unicodeValueInUserGlobals
self projectsPresenter globalsTab selection: selection.
self assert: (selection at: 2) equals: #Symbol.
self assert: ((selection at: 3) isKindOf: Integer).
self assert: (selection at: 4) equals: '#''£¥š''']
self assert: (selection at: 4) equals: '#''£¥š''' ]
ensure: [session executeString: 'RowanServicesTest new removeUnicodeSymbolsFromUserGlobals']! !
!JadeiteProjectBrowserDictionaryTestCase categoriesFor: #assertDictionaryInList:!private!support! !
!JadeiteProjectBrowserDictionaryTestCase categoriesFor: #assertDictionaryNotInList:!private!support! !
Expand Down

0 comments on commit edb68fb

Please sign in to comment.