Skip to content

Commit

Permalink
Merge 617259b into 1feb6fa
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed May 9, 2019
2 parents 1feb6fa + 617259b commit 0947d42
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ BaselineOfWillowSemanticUI >> projectClass [
BaselineOfWillowSemanticUI >> 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-Tests' copyFrom: 'Willow' with: [ spec loads: 'Tests' ];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #SemanticUIComponentSupplierTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : 'Willow-SemanticUI-Tests-Frontend'
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #SemanticUIDeploymentMetadataLibraryTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : 'Willow-SemanticUI-Tests-Libraries'
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #SemanticUIDevelopmentMetadataLibraryTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : 'Willow-SemanticUI-Tests-Libraries'
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #SemanticUIOnlineLibraryTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : 'Willow-SemanticUI-Tests-Libraries'
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #WillowSemanticUIApplicationTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : 'Willow-SemanticUI-Tests-Applications'
}

Expand Down Expand Up @@ -39,5 +39,5 @@ WillowSemanticUIApplicationTest >> testRenderContentOnWithSemanticUI [
self
assert: html
equals:
'<!DOCTYPE html><html lang="en"><head><title>The official testing app</title><script type="text/javascript" src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script><script type="text/javascript" src="/files/willow-8.0.1/js/willow.js"></script><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css" integrity="sha256-/Z28yXtfBv/6/alw+yZuODgTbKZm86IKbPE/5kjO/xY=" crossorigin="anonymous"/><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js" integrity="sha256-Bhi6GMQ/72uYZcJXCJ2LToOIcN3+Cx47AZnq/Bw1f7A=" crossorigin="anonymous"></script></head><body onload="onLoad()"><span><select name="1" id="id2"></select></span><div id="willow-dialog-section" class="willow-dialog-container"></div><div id="willow-notification-section"></div><script type="text/javascript">function onLoad(){$("#id2").dropdown();};</script></body></html>'
'<!DOCTYPE html><html lang="en"><head><title>The official testing app</title><script type="text/javascript" src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" crossorigin="anonymous"></script><script type="text/javascript" src="/files/willow-8.0.1/js/willow.js"></script><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css" integrity="sha256-/Z28yXtfBv/6/alw+yZuODgTbKZm86IKbPE/5kjO/xY=" crossorigin="anonymous"/><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js" integrity="sha256-Bhi6GMQ/72uYZcJXCJ2LToOIcN3+Cx47AZnq/Bw1f7A=" crossorigin="anonymous"></script></head><body onload="onLoad()"><span><select name="1" id="id2"></select></span><div id="willow-dialog-section" class="willow-dialog-container"></div><div id="willow-notification-section"></div><script type="text/javascript">function onLoad(){$("#id2").dropdown();};</script></body></html>'
]

0 comments on commit 0947d42

Please sign in to comment.