Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1311 from lzhan/next
Browse files Browse the repository at this point in the history
rm wait() from func tests
  • Loading branch information
lzhan committed Jan 22, 2014
2 parents dd5572b + 0cfd9b5 commit ca7f195
Show file tree
Hide file tree
Showing 118 changed files with 2,797 additions and 1,838 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ script:
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "wget -nv http://selenium.googlecode.com/files/selenium-server-standalone-2.30.0.jar"
- "java -jar selenium-server-standalone-2.30.0.jar -p 4444 > /dev/null &"
- "wget -nv http://selenium.googlecode.com/files/selenium-server-standalone-2.39.0.jar"
- "java -jar selenium-server-standalone-2.39.0.jar -p 4444 > /dev/null &"
- "sleep 6"
2 changes: 1 addition & 1 deletion examples/newsboxes/application.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[{
"settings": ["master"],

"appPort": 8000,
"appPort": 8666,
"builds": {
"html5app": {
"attachManifest": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"mojito-cli": "~0.1",
"node-static": ">0.6.8",
"wrench": "~1.3.9",
"yahoo-arrow": "0.0.87",
"yahoo-arrow": "0.0.89",
"portfinder": "0.2.1"
},
"optionalDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"myconfig2": "This is myconfig2 from top application.json",
"myconfig3": "This is myconfig3 from top application.json"
},
"appPort": 4081,
"appPort": 8666,
"yui": {
"config": {
"debug": true,
Expand Down
17 changes: 0 additions & 17 deletions tests/func/applications/frameworkapp/routing/qetests/suite.json

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"settings": [ "master" ],
"appPort": 4083,
"appPort": 8666,
"YouCanSeeMe": {
"youcanseeme": "itispublic"
},
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions tests/func/applications/frameworkapp/usecase/qetests/suite.json

This file was deleted.

This file was deleted.

Loading

0 comments on commit ca7f195

Please sign in to comment.