diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-30 08:47:30 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-30 08:47:30 -0700 |
commit | 7d38eefb65928a1e80036ec006b0e129dc2cface (patch) | |
tree | 395690658adf3fc3226d7bb5696f09af7c69b7c9 /src/DotNetOpenAuth.Test/OAuth2/OAuth2ChannelTests.cs | |
parent | 5625a18030037a0f088cd3e3581e80ccb68ab187 (diff) | |
download | DotNetOpenAuth-7d38eefb65928a1e80036ec006b0e129dc2cface.zip DotNetOpenAuth-7d38eefb65928a1e80036ec006b0e129dc2cface.tar.gz DotNetOpenAuth-7d38eefb65928a1e80036ec006b0e129dc2cface.tar.bz2 |
Multiple client callback URLs are now supported.
And some StyleCop cleanup.
Diffstat (limited to 'src/DotNetOpenAuth.Test/OAuth2/OAuth2ChannelTests.cs')
-rw-r--r-- | src/DotNetOpenAuth.Test/OAuth2/OAuth2ChannelTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/OAuth2/OAuth2ChannelTests.cs b/src/DotNetOpenAuth.Test/OAuth2/OAuth2ChannelTests.cs index 51d0656..c263eb6 100644 --- a/src/DotNetOpenAuth.Test/OAuth2/OAuth2ChannelTests.cs +++ b/src/DotNetOpenAuth.Test/OAuth2/OAuth2ChannelTests.cs @@ -1,5 +1,5 @@ //----------------------------------------------------------------------- -// <copyright file="OAuthWrapChannelTests.cs" company="Andrew Arnott"> +// <copyright file="OAuth2ChannelTests.cs" company="Andrew Arnott"> // Copyright (c) Andrew Arnott. All rights reserved. // </copyright> //----------------------------------------------------------------------- |