Skip to content

Commit

Permalink
Move tests/unit/__support to tests/unit/support
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanforbes committed Dec 23, 2014
1 parent c57c639 commit 2a9f1ab
Show file tree
Hide file tree
Showing 31 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ define([
'dojo/_base/lang'
], function (require, module, registerSuite, assert, sinon, cache, Url, lang) {
var expected = '<h1>Hello World</h1>';
var cacheNamespace = require.toAbsMid('./__support/cache').replace(/\//g, '.');
var cacheNamespace = require.toAbsMid('./support/cache').replace(/\//g, '.');
var cacheSanitizeOptions = { sanitize: true };

registerSuite(function () {
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ define([
'dojo/Deferred',
'dojo/_base/lang'
], function (require, registerSuite, assert, i18n, array, Deferred, lang) {
var bundlePath = require.toAbsMid('./__support/i18n');
var bundlePath = require.toAbsMid('./support/i18n');

function localePluginTest(locale, expected) {
return function () {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2a9f1ab

Please sign in to comment.