From e860d86b6fb9c858a2c7ff4ece5dd28e077f5d32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 10 May 2013 01:15:39 -0700 Subject: [PATCH] Updated Developer Guide (markdown) --- Developer-Guide.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index 6a14d5b..067bfbd 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -99,10 +99,18 @@ To run the `check` target use: $ ./build.py check +If you get this error + + ReferenceError: Can't find variable: goog + + file:///home/elemoine/public_html/openlayers/ol3/test/ol.html:67 + Failed to start mocha: Init timeout + +it means that you don't have the Plovr server running. + If you want to run the full suite of integration tests, see "Running the integration tests" below. - ## Running examples To run the examples you first need to start the Plovr web server: @@ -156,6 +164,15 @@ first from http://phantomjs.org/download.html). See also the test-specific [README](test/README.md). +If you get this error + + ReferenceError: Can't find variable: goog + + file:///home/elemoine/public_html/openlayers/ol3/test/ol.html:67 + Failed to start mocha: Init timeout + +it means that you don't have the Plovr server running. + ## Running the integration tests When you submit a pull request the [Travis continuous integration