From e44b41f4a3e19a069e00983dd9d7616d62696aaa Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Sat, 3 Dec 2011 21:32:52 +0100 Subject: [PATCH] Fixed the easysync test --- node/easysync_tests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/easysync_tests.js b/node/easysync_tests.js index e0d82c33..5b73b717 100644 --- a/node/easysync_tests.js +++ b/node/easysync_tests.js @@ -20,8 +20,8 @@ * limitations under the License. */ -var Changeset = require('./Changeset'); -var AttributePoolFactory = require("./AttributePoolFactory"); +var Changeset = require('./utils/Changeset'); +var AttributePoolFactory = require("./utils/AttributePoolFactory"); function random() { this.nextInt = function (maxValue) {