mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-18 17:48:01 +08:00
Routine Update
This commit is contained in:
@@ -125,5 +125,17 @@ namespace OpenAuth.UnitTest
|
||||
Console.WriteLine(org.Name);
|
||||
}
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void TestEdit()
|
||||
{
|
||||
var org = new Org
|
||||
{
|
||||
Id = 60,
|
||||
Name = "test"
|
||||
|
||||
};
|
||||
_app.ModifyOrg(org);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user