//----------------------------------------------------------------------- // // Copyright (c) Andrew Arnott. All rights reserved. // //----------------------------------------------------------------------- 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 { /// /// Verifies that Sreg requests are correctly copied to axschema.org AX requests. /// [TestMethod] public void SpreadSregToAX() { Assert.Inconclusive("Not yet implemented."); } } }