Skip to content

Commit

Permalink
Adapted to changes in core project
Browse files Browse the repository at this point in the history
- Applications must implement newComponentSupplier, afterwards all access is handled through the session.
  • Loading branch information
mtabacman committed Jan 21, 2018
1 parent cc26387 commit c590305
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
accessing
componentSupplier

^ BootstrapComponentSupplier online
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
accessing
preferenceAt: aSymbol ifAbsent: aBlock

^ aBlock value
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
accessing
session

^ self
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ testRenderContentOnWithBootstrap

| html application |

application := WillowTestingApplication using: BootstrapComponentSupplier online.
application := WillowTestingApplication using: self componentSupplier.
html := self fullDocumentRendering: application.

self
Expand Down

0 comments on commit c590305

Please sign in to comment.