check js bugs

This commit is contained in:
yubaolee
2016-05-26 10:30:15 +08:00
parent e5a3f4e4f6
commit 0c8399cbc4
13 changed files with 78 additions and 52 deletions

View File

@@ -99,5 +99,11 @@ namespace OpenAuth.UnitTest
};
_app.AddOrUpdate(org1);
}
[TestMethod]
public void TestLoadByUser()
{
var user = _app.LoadForUser(5);
}
}
}