column name and ordinal fix...tested on 10.1
[mono.git] / mcs / class / System.Web.DynamicData / Test / Common / Mocks.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Web;
4
5 using NUnit.Framework;
6 using NUnit.Mocks;
7
8 namespace MonoTests.Common
9 {
10     static class Mocks
11     {
12      
13     }
14 }