mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
check bugs
This commit is contained in:
@@ -49,5 +49,12 @@ namespace OpenAuth.UnitTest
|
||||
Console.WriteLine(JsonHelper.Instance.Serialize(result.Result.FrmPreviewHtml));
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void TestUpdate()
|
||||
{ //测试数据没有任何修改时EF报错的问题
|
||||
var instance = _runApp.Get("d73e4412-9c49-4511-a30e-0d2f844afcee");
|
||||
_runApp.Update(instance);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user