From 8db5c8d8c66878a0898f3460213bd071ad2b687e Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Thu, 9 May 2019 20:53:31 -0300 Subject: [PATCH] Updated Willow to v12 --- .../BaselineOfWillowMixpanel/BaselineOfWillowMixpanel.class.st | 2 +- .../WillowMixpanelInteractionTest.class.st | 2 +- .../WillowMixpanelMetadataLibraryTest.class.st | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/BaselineOfWillowMixpanel/BaselineOfWillowMixpanel.class.st b/source/BaselineOfWillowMixpanel/BaselineOfWillowMixpanel.class.st index 7c5cee8..cb03c5c 100644 --- a/source/BaselineOfWillowMixpanel/BaselineOfWillowMixpanel.class.st +++ b/source/BaselineOfWillowMixpanel/BaselineOfWillowMixpanel.class.st @@ -41,7 +41,7 @@ BaselineOfWillowMixpanel >> projectClass [ BaselineOfWillowMixpanel >> setUpDependencies: spec [ spec - baseline: 'Willow' with: [ spec repository: 'github://ba-st/Willow:v11/source' ]; + baseline: 'Willow' with: [ spec repository: 'github://ba-st/Willow:v12/source' ]; project: 'Willow-Deployment' copyFrom: 'Willow' with: [ spec loads: 'Deployment' ]; project: 'Willow-SUnit' copyFrom: 'Willow' with: [ spec loads: 'Dependent-SUnit-Extensions' ]; project: 'Willow-Tools' copyFrom: 'Willow' with: [ spec loads: 'Tools' ] diff --git a/source/Willow-Mixpanel-Tests/WillowMixpanelInteractionTest.class.st b/source/Willow-Mixpanel-Tests/WillowMixpanelInteractionTest.class.st index 4287720..a3a708e 100644 --- a/source/Willow-Mixpanel-Tests/WillowMixpanelInteractionTest.class.st +++ b/source/Willow-Mixpanel-Tests/WillowMixpanelInteractionTest.class.st @@ -1,6 +1,6 @@ Class { #name : #WillowMixpanelInteractionTest, - #superclass : #WARenderingTest, + #superclass : #BWRenderingTest, #category : #'Willow-Mixpanel-Tests' } diff --git a/source/Willow-Mixpanel-Tests/WillowMixpanelMetadataLibraryTest.class.st b/source/Willow-Mixpanel-Tests/WillowMixpanelMetadataLibraryTest.class.st index 2b64c7d..b844cf3 100644 --- a/source/Willow-Mixpanel-Tests/WillowMixpanelMetadataLibraryTest.class.st +++ b/source/Willow-Mixpanel-Tests/WillowMixpanelMetadataLibraryTest.class.st @@ -3,7 +3,7 @@ A WillowMixpanelMetadataLibraryTest is a test class for testing the behavior of " Class { #name : #WillowMixpanelMetadataLibraryTest, - #superclass : #WARenderingTest, + #superclass : #BWRenderingTest, #category : #'Willow-Mixpanel-Tests' }