Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2014-10-21 23:45:04 +0400
committerThomas Steur <tsteur@users.noreply.github.com>2014-10-21 23:45:04 +0400
commite231e02da9b77c59f6b250ac4a3aadde18d09c79 (patch)
tree95664c85dd9032a13fee1bf0a22b8bf88d868044 /tests
parent9fef02e4483bae2f252b8316b208aa392cb7e11b (diff)
parent5f4e034e2454c9d1bb591badb308de7e07ca6d8f (diff)
Merge pull request #6483 from piwik/introducingBower
Introducing bower
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Integration/AssetManager/UIAssetMinifierTest.php4
-rw-r--r--tests/PHPUnit/Integration/ReleaseCheckListTest.php3
-rwxr-xr-xtests/angularjs/karma.conf.js12
-rw-r--r--tests/javascript/index.php2
-rwxr-xr-xtests/travis/upload_artifacts.sh2
5 files changed, 12 insertions, 11 deletions
diff --git a/tests/PHPUnit/Integration/AssetManager/UIAssetMinifierTest.php b/tests/PHPUnit/Integration/AssetManager/UIAssetMinifierTest.php
index 1ece0ca556..968c68c35f 100644
--- a/tests/PHPUnit/Integration/AssetManager/UIAssetMinifierTest.php
+++ b/tests/PHPUnit/Integration/AssetManager/UIAssetMinifierTest.php
@@ -26,8 +26,8 @@ class Piwik_Test_UIAssetMinifierTest extends PHPUnit_Framework_TestCase
public function provider_isMinifiedJs()
{
return array(
- array('libs/jquery/jquery.js', true),
- array('libs/jquery/jquery-ui.js', true),
+ array('libs/bower_components/jquery/dist/jquery.min.js', true),
+ array('libs/bower_components/jquery-ui/ui/minified/jquery-ui.min.js', true),
array('libs/jquery/jquery.browser.js', true),
array('libs/jqplot/jqplot-custom.min.js', true),
array('plugins/TreemapVisualization/libs/Jit/jit-2.0.1-yc.js', true),
diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
index 9fefc14f11..0dadfea429 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -270,13 +270,14 @@ class Test_Piwik_ReleaseCheckListTest extends PHPUnit_Framework_TestCase
strpos($file, '/tests/') !== false ||
strpos($file, '/lang/') !== false ||
strpos($file, 'yuicompressor') !== false ||
+ strpos($file, '/libs/bower_components') !== false ||
strpos($file, '/tmp/') !== false
) {
continue;
}
// skip files with these file extensions
- if (preg_match('/\.(bmp|fdf|gif|deb|deflate|exe|gz|ico|jar|jpg|p12|pdf|png|rar|swf|vsd|z|zip|ttf|so|dat|eps|phar|pyc)$/', $file)) {
+ if (preg_match('/\.(bmp|fdf|gif|deb|deflate|exe|gz|ico|jar|jpg|p12|pdf|png|rar|swf|vsd|z|zip|ttf|so|dat|eps|phar|pyc|gzip)$/', $file)) {
continue;
}
diff --git a/tests/angularjs/karma.conf.js b/tests/angularjs/karma.conf.js
index 28889ffe94..237d39b57a 100755
--- a/tests/angularjs/karma.conf.js
+++ b/tests/angularjs/karma.conf.js
@@ -15,12 +15,12 @@ module.exports = function(config) {
files: [
'tests/angularjs/node_modules/chai/chai.js',
'tests/angularjs/bootstrap.js',
- 'libs/angularjs/angular.min.js',
- "libs/angularjs/angular-sanitize.min.js",
- "libs/angularjs/angular-animate.min.js",
- 'libs/angularjs/angular-mocks.js',
- 'libs/jquery/jquery.js',
- "libs/jquery/jquery-ui.js",
+ 'libs/bower_components/angular/angular.min.js',
+ "libs/bower_components/angular-sanitize/angular-sanitize.js",
+ "libs/bower_components/angular-animate/angular-animate.js",
+ 'libs/bower_components/angular-mocks/angular-mocks.js',
+ 'libs/bower_components/jquery/dist/jquery.min.js',
+ "libs/bower_components/jquery-ui/jquery-ui.min.js",
"plugins/CoreHome/javascripts/require.js",
"plugins/Morpheus/javascripts/piwikHelper.js",
"plugins/Morpheus/javascripts/ajaxHelper.js",
diff --git a/tests/javascript/index.php b/tests/javascript/index.php
index bb9d56d192..802cf492d9 100644
--- a/tests/javascript/index.php
+++ b/tests/javascript/index.php
@@ -72,7 +72,7 @@ testTrackPageViewAsync();
bottom: 0px;
}
</style>
- <script src="../../libs/jquery/jquery.js" type="text/javascript"></script>
+ <script src="../../libs/bower_components/jquery/dist/jquery.min.js" type="text/javascript"></script>
<script src="assets/qunit.js" type="text/javascript"></script>
<script src="jslint/jslint.js" type="text/javascript"></script>
<script type="text/javascript">
diff --git a/tests/travis/upload_artifacts.sh b/tests/travis/upload_artifacts.sh
index 325f0448b5..d083d747fe 100755
--- a/tests/travis/upload_artifacts.sh
+++ b/tests/travis/upload_artifacts.sh
@@ -53,7 +53,7 @@ else
echo "`pwd`/screenshot-diffs"
cp $base_dir/tests/lib/resemblejs/resemble.js screenshot-diffs
- cp $base_dir/libs/jquery/jquery.js screenshot-diffs
+ cp $base_dir/libs/bower_components/jquery/dist/jquery.min.js screenshot-diffs/jquery.js
echo "[NOTE] uploading following diffs:"
ls screenshot-diffs