Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
Troken removed from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquead committed Apr 2, 2019
1 parent 13748fd commit 08bb620
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const namespaces = require("./namespaces");
const {SemanticChess, Loader} = require("semantic-chess");
const winston = require("winston");
const {format} = require("date-fns");
const rdfjsSourceFromUrl = require("./rdfjssourcefactory").fromUrl;
//const rdfjsSourceFromUrl = require("./rdfjssourcefactory").fromUrl;

const PrivateCommunication = require('../lib/commprivate');
const GroupCommunication = require('../lib/commgroup');
Expand Down
6 changes: 3 additions & 3 deletions test/private.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ describe('Private communication testing', function () {

it("Establish private communication",async function(){
personal.username = "enriquead";
var receiver = {username:"troken11",
inbox: "https://troken11.solid.community/inbox/",
webId: "https://troken11.solid.community/profile/card#me"}
var receiver = {username:"mariodiaz98",
inbox: "https://mariodiaz98.solid.community/inbox/",
webId: "https://mariodiaz98.solid.community/profile/card#me"}
privateComm.sendFirstMessage(personal,receiver,"Test");
var comunicacion = await privateComm.communicationEstablished(personal.username,receiver);
assert.equal(comunicacion,true);
Expand Down
6 changes: 3 additions & 3 deletions test/public.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ describe('Private communication testing', function () {
var friendList = new Array();


friendList.push({username:"troken11",
inbox: "https://troken11.solid.community/inbox/",
webId: "https://troken11.solid.community/profile/card#me"});
friendList.push({username:"enriquead",
inbox: "https://enriquead.solid.community/inbox/",
webId: "https://enriquead.solid.community/profile/card#me"});
friendList.push({username:"enriquead",
inbox: "https://enriquead.solid.community/inbox/",
webId: "https://enriquead.solid.community/profile/card#me"});
Expand Down

0 comments on commit 08bb620

Please sign in to comment.