Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
Updated test to succeed for expected template output
Browse files Browse the repository at this point in the history
  • Loading branch information
paul committed Aug 23, 2017
1 parent 8d604be commit d1fc12a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions grokproject/template/src/+package+/tests/app.txt_tmpl
Expand Up @@ -29,14 +29,17 @@ Check some basic information about the page you visit:
>>> print browser.contents
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://localhost/fanstatic/${project_lowercase}/style.css" />
<link rel="stylesheet" type="text/css" href="http://localhost/fanstatic/${project_lowercase}/style.css" />
<BLANKLINE>
<base href="http://localhost/app/@@index" />
<BLANKLINE>
</head>
<body>
<h1>Congratulations!</h1>
<p>Your Grok application is up and running.
Edit <code>${package}/app_templates/index.pt</code> to change
this page.</p>
<img src="http://localhost/fanstatic/${project_lowercase}/evencaveman.jpg" />
<img src="http://localhost/fanstatic/${project_lowercase}/evencaveman.jpg"/>
</body>
</html>
<BLANKLINE>

0 comments on commit d1fc12a

Please sign in to comment.