Skip to content

Commit

Permalink
fix build to pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gyst committed Jul 4, 2013
1 parent 563bf8e commit 6274f99
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions Makefile
@@ -1,6 +1,7 @@
default: devel test

devel: bin/buildout buildout-cache/downloads
[ -f bin/develop ] && bin/develop up
bin/buildout -c devel.cfg -N -t 3

test:
Expand Down
3 changes: 3 additions & 0 deletions buildout.cfg
Expand Up @@ -9,6 +9,7 @@ test-eggs =
plonesocial.microblog
plonesocial.activitystream
plonesocial.network
plonesocial.theme

parts =
lxml
Expand All @@ -27,11 +28,13 @@ auto-checkout =
plonesocial.microblog
plonesocial.activitystream
plonesocial.network
plonesocial.theme

[sources]
plonesocial.microblog = git https://github.com/cosent/plonesocial.microblog.git
plonesocial.activitystream = git https://github.com/cosent/plonesocial.activitystream.git
plonesocial.network = git https://github.com/cosent/plonesocial.network.git
plonesocial.theme = git https://github.com/cosent/plonesocial.theme.git


[lxml]
Expand Down
6 changes: 3 additions & 3 deletions src/plonesocial/suite/tests/demo/demo_member.robot
Expand Up @@ -24,10 +24,10 @@ Demo
Input Text css=textarea This is a microblog status update. With a #demo hashtag.
Add pointer form-buttons-statusupdate
Click Button id=form-buttons-statusupdate
Click Element xpath=//a[@href="@@stream/tag/demo"]
Click Link \#demo
Go to ${PLONE_URL}/@@stream
Go to ${PLONE_URL}/@@stream/network
Go to ${PLONE_URL}/@@profile
Go to ${PLONE_URL}/@@stream
Go to ${PLONE_URL}/@@stream/explore
Sleep 3s


Expand Down
6 changes: 3 additions & 3 deletions src/plonesocial/suite/tests/robot/workspace.robot
Expand Up @@ -36,14 +36,14 @@ WorkspaceAllowedLocalStream
Page should contain local microblogs and activitystreams
Go to ${PLONE_URL}/@@stream/tag/girlspace
Page should contain local microblogs and activitystreams
Page should contain dollie_nocera
Page should contain Dollie Nocera

WorkspaceAllowedTag
[Tags] workspace clare tag
Log in as Clare
Go to ${PLONE_URL}/@@stream/tag/girlspace
Page should contain local microblogs and activitystreams
Page should contain dollie_nocera
Page should contain Dollie Nocera


## Kurt has no access
Expand All @@ -64,7 +64,7 @@ WorkspaceNoaccessTag
[Tags] workspace kurt tag
Log in as Kurt
Go to ${PLONE_URL}/@@stream/tag/girlspace
Page should not contain dollie_nocera
Page should not contain Dollie Nocera
Page should not contain local microblogs and activitystreams
Page should not contain Secure Workspace

Expand Down

0 comments on commit 6274f99

Please sign in to comment.