diff --git a/bin/libgcirpc-3.6.2-32.dll b/bin/libgcirpc-3.6.2-32.dll new file mode 100644 index 00000000..79d7f699 Binary files /dev/null and b/bin/libgcirpc-3.6.2-32.dll differ diff --git a/bin/libssl-3.6.2-32.dll b/bin/libssl-3.6.2-32.dll new file mode 100644 index 00000000..8de796f9 Binary files /dev/null and b/bin/libssl-3.6.2-32.dll differ diff --git a/sources/JadeiteInspectorTestCase.cls b/sources/JadeiteInspectorTestCase.cls index 242dad03..b9b7349c 100644 --- a/sources/JadeiteInspectorTestCase.cls +++ b/sources/JadeiteInspectorTestCase.cls @@ -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 | diff --git a/sources/JadeiteProjectBrowserDictionaryTestCase.cls b/sources/JadeiteProjectBrowserDictionaryTestCase.cls index b8753494..09b63024 100644 --- a/sources/JadeiteProjectBrowserDictionaryTestCase.cls +++ b/sources/JadeiteProjectBrowserDictionaryTestCase.cls @@ -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! !