Chargement des profils distant via HTTP

This commit is contained in:
2015-11-05 16:40:42 +01:00
parent 996ccd90f1
commit 736d7600c0
7 changed files with 113 additions and 20 deletions

View File

@ -6,7 +6,6 @@ ProfileSuite.loadProfileWithImport = function(test) {
Profile.load(__dirname+'/../default-profile.json')
.then(function(profile) {
console.log('%j', profile);
test.ok(profile.items[0].label === "Partial Level 1", "It should have loaded the partial import !");
test.done();
})