summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/InteropHelperTests.cs
blob: cf34c72be4b987a997c9a679770dbf9e9abc158f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//-----------------------------------------------------------------------
// <copyright file="InteropHelperTests.cs" company="Andrew Arnott">
//     Copyright (c) Andrew Arnott. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------

namespace DotNetOpenAuth.Test.OpenId {
	using System;
	using System.Collections.Generic;
	using System.Linq;
	using System.Text;
	using Microsoft.VisualStudio.TestTools.UnitTesting;

	[TestClass]
	public class InteropHelperTests {
		/// <summary>
		/// Verifies that Sreg requests are correctly copied to axschema.org AX requests.
		/// </summary>
		[TestMethod]
		public void SpreadSregToAX() {
			Assert.Inconclusive("Not yet implemented.");
		}
	}
}