summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId.Test/PiecewiseJointTesting.cs
blob: 47015ba753023a8fd4a9a69bb2b49c406421f02a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using DotNetOpenId.RelyingParty;
using DotNetOpenId.Provider;

namespace DotNetOpenId.Test {
//	[TestFixture]
	public class PiecewiseJointTesting {
	}
}