Skip to content

Commit

Permalink
Merge pull request #147 from ba-st/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
gcotelli authored May 9, 2019
2 parents f716a10 + 55d34f5 commit f7238db
Show file tree
Hide file tree
Showing 96 changed files with 570 additions and 337 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Buenos Aires Smalltalk contributors",
"license": "MIT",
"dependencies": {
"jquery": "3.3.1"
"jquery": "3.4.1"
}
,
"description": "Willow is a Web Interaction Library that eases the burden of creating AJAX-based web applications.",
Expand Down
4 changes: 2 additions & 2 deletions source/BaselineOfWillow/BaselineOfWillow.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ BaselineOfWillow >> projectClass [
BaselineOfWillow >> setUpDependencies: spec [

spec
baseline: 'Seaside3' with: [ spec repository: 'github://SeasideSt/Seaside:v3.3.1/repository' ];
baseline: 'Seaside3' with: [ spec repository: 'github://SeasideSt/Seaside:v3.3.3/repository' ];
project: 'Seaside3-JQuery' copyFrom: 'Seaside3' with: [ spec loads: #('Core' 'Javascript' 'JQuery') ].

spec
Expand All @@ -56,7 +56,7 @@ BaselineOfWillow >> setUpDependencies: spec [
with: [ spec loads: 'Deployment-Seaside-Extensions' ].

spec
baseline: 'Boardwalk' with: [ spec repository: 'github://ba-st/Boardwalk:v3/source' ];
baseline: 'Boardwalk' with: [ spec repository: 'github://ba-st/Boardwalk:v4/source' ];
project: 'Boardwalk-Deployment' copyFrom: 'Boardwalk' with: [ spec loads: 'Deployment' ];
project: 'Boardwalk-SUnit'
copyFrom: 'Boardwalk'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Extension { #name : #WARenderingTest }
Extension { #name : #BWRenderingTest }

{ #category : #'*Willow-SUnit' }
WARenderingTest >> apply: aWebInteractionObject toComponentDefinedBy: aComponentProvider [
BWRenderingTest >> apply: aWebInteractionObject toComponentDefinedBy: aComponentProvider [

^ self
apply: aWebInteractionObject
Expand All @@ -10,7 +10,7 @@ WARenderingTest >> apply: aWebInteractionObject toComponentDefinedBy: aComponent
]

{ #category : #'*Willow-SUnit' }
WARenderingTest >> apply: aWebInteractionObject toComponentDefinedBy: aComponentProvider afterApplyingDo: aPostAction [
BWRenderingTest >> apply: aWebInteractionObject toComponentDefinedBy: aComponentProvider afterApplyingDo: aPostAction [

^ self
renderUsing: [ :canvas |
Expand All @@ -22,7 +22,7 @@ WARenderingTest >> apply: aWebInteractionObject toComponentDefinedBy: aComponent
]

{ #category : #'*Willow-SUnit' }
WARenderingTest >> createHandlers [
BWRenderingTest >> createHandlers [

^ Array with: WARequestHandler new
]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #AddTimestampToSourceCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/AlertingCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ An AlertingCommandTest is a test class for testing the behavior of AlertingComma
"
Class {
#name : #AlertingCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#instVars : [
'command'
],
Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/AsynchronicButtonWebViewTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ An AsynchronicButtonWebViewTest is a test class for testing the behavior of Asyn
"
Class {
#name : #AsynchronicButtonWebViewTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-WebViews'
}

Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/AutoFocusComponentCommandTest.class.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #AutoFocusComponentCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/BinaryChoiceWebViewTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ I'm an abstract test case for views implementing the binary choice API
"
Class {
#name : #BinaryChoiceWebViewTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#instVars : [
'notificationWasReceived'
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A CombinedWebInteractionInterpreterTest is a test class for testing the behavior
"
Class {
#name : #CombinedWebInteractionInterpreterTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#instVars : [
'okButton',
'cancelButton'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A ComponentAccessibilityEnrichmentCommandTest is a test class for testing the be
"
Class {
#name : #ComponentAccessibilityEnrichmentCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/ComponentAttributeCommandTest.class.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #ComponentAttributeCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/ComponentBoundaryCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A ComponentBoundaryCommandTest is a test class for testing the behavior of Compo
"
Class {
#name : #ComponentBoundaryCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A ComponentCallbackSettingCommandTest is a test class for testing the behavior o
"
Class {
#name : #ComponentCallbackSettingCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A ComponentClassificationCommandTest is a test class for testing the behavior of
"
Class {
#name : #ComponentClassificationCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A ComponentEnableStatusChangingCommandTest is a test class for testing the behav
"
Class {
#name : #ComponentEnableStatusChangingCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#instVars : [
'command'
],
Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/ComponentFocusingCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A ComponentFocusingCommandTest is a test class for testing the behavior of Compo
"
Class {
#name : #ComponentFocusingCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#instVars : [
'command'
],
Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/ComponentMetadataCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A ComponentMetadataCommandTest is a test class for testing the behavior of Compo
"
Class {
#name : #ComponentMetadataCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/ComponentNamingCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A ComponentNamingCommandTest is a test class for testing the behavior of Compone
"
Class {
#name : #ComponentNamingCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A ComponentPlaceholderCommandTest is a test class for testing the behavior of Co
"
Class {
#name : #ComponentPlaceholderCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/ComponentReadOnlyCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A ComponentReadOnlyCommandTest is a test class for testing the behavior of Compo
"
Class {
#name : #ComponentReadOnlyCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/ComponentRemovingCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A ComponentRemovingCommandTest is a test class for testing the behavior of Compo
"
Class {
#name : #ComponentRemovingCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#instVars : [
'command'
],
Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/ComponentRequiredCommandTest.class.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #ComponentRequiredCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/ComponentScriptCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A ComponentScriptCommandTest is a test class for testing the behavior of Compone
"
Class {
#name : #ComponentScriptCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #ComponentStyleClassChangingCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#instVars : [
'command'
],
Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/ComponentTitleCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A ComponentTitleCommandTest is a test class for testing the behavior of Componen
"
Class {
#name : #ComponentTitleCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A ComponentValueSettingCommandTest is a test class for testing the behavior of C
"
Class {
#name : #ComponentValueSettingCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#instVars : [
'command'
],
Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/CompositeComponentCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A CompositeComponentCommandTest is a test class for testing the behavior of Comp
"
Class {
#name : #CompositeComponentCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/CompositeTableRowCommandTest.class.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #CompositeTableRowCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A ConditionalComponentCommandTest is a test class for testing the behavior of Co
"
Class {
#name : #ConditionalComponentCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/ConfirmationCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A ConfirmationCommandTest is a test class for testing the behavior of Confirmati
"
Class {
#name : #ConfirmationCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#instVars : [
'command'
],
Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/DateFieldWebViewTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A DateFieldWebViewTest is a test class for testing the behavior of DateFieldWebV
"
Class {
#name : #DateFieldWebViewTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#instVars : [
'notificationWasReceived'
],
Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/DelayedCommandTest.class.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #DelayedCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-WebInteraction'
}

Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/DeselectAllOptionsCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A DeselectAllOptionsCommandTest is a test class for testing the behavior of Dese
"
Class {
#name : #DeselectAllOptionsCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/DialogClosingCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A DialogClosingCommandTest is a test class for testing the behavior of DialogClo
"
Class {
#name : #DialogClosingCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#instVars : [
'command'
],
Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/DialogOpeningCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A DialogOpeningCommandTest is a test class for testing the behavior of DialogOpe
"
Class {
#name : #DialogOpeningCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#instVars : [
'command'
],
Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/DisableComponentCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A DisableComponentCommandTest is a test class for testing the behavior of Disabl
"
Class {
#name : #DisableComponentCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A DisableComponentTabCycleCommandTest is a test class for testing the behavior o
"
Class {
#name : #DisableComponentTabCycleCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-Frontend'
}

Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/FieldSetWebViewTest.class.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #FieldSetWebViewTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-WebViews'
}

Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/FileDownloadAnchorWebViewTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A FileDownloadAnchorWebViewTest is a test class for testing the behavior of File
"
Class {
#name : #FileDownloadAnchorWebViewTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-WebViews'
}

Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/FormSubmitCommandTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A FormSubmitCommandTest is a test class for testing the behavior of FormSubmitCo
"
Class {
#name : #FormSubmitCommandTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#instVars : [
'command'
],
Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/GenericContainerWebViewTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A GenericContainerWebViewTest is a test class for testing the behavior of Generi
"
Class {
#name : #GenericContainerWebViewTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-WebViews'
}

Expand Down
2 changes: 1 addition & 1 deletion source/Willow-Tests/HeadingWebViewTest.class.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #HeadingWebViewTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Tests-WebViews'
}

Expand Down
Loading

0 comments on commit f7238db

Please sign in to comment.