Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed Nov 18, 2014
1 parent e2b916c commit fac75a2
Show file tree
Hide file tree
Showing 234 changed files with 8 additions and 245 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using NHibernate.Bytecode;
using NHibernate.Bytecode.Lightweight;
using NUnit.Framework;
using SharpTestsEx;
using Environment=NHibernate.Cfg.Environment;

namespace NHibernate.Test.Bytecode.Lightweight
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/CfgTest/AccessorsSerializableTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Linq;
using NHibernate.Properties;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.CfgTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using NHibernate.Cfg.Loquacious;
using NHibernate.Dialect;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.CfgTest
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/CfgTest/ConfigurationSchemaFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using NHibernate.Cfg;
using NHibernate.Cfg.ConfigurationSchema;
using System.Xml;
using SharpTestsEx;

namespace NHibernate.Test.CfgTest
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/CfgTest/CustomBytecodeProviderTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using NHibernate.Bytecode;
using NHibernate.Properties;
using NUnit.Framework;
using SharpTestsEx;
using Environment = NHibernate.Cfg.Environment;

namespace NHibernate.Test.CfgTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using NUnit.Framework;
using System.Data;
using NHibernate.Exceptions;
using SharpTestsEx;

namespace NHibernate.Test.CfgTest.Loquacious
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/CfgTest/Loquacious/NamedQueryTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Linq;
using NHibernate.Cfg;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.CfgTest.Loquacious
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using NHibernate.Criterion;
using NHibernate.Impl;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.Criteria.Lambda
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections;
using NHibernate.Criterion;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.Criteria.Lambda
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/Criteria/Lambda/IntegrationFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Linq;

using NUnit.Framework;
using SharpTestsEx;

using NHibernate.Criterion;

Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/DialectTest/DialectFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using NHibernate.SqlCommand;
using NHibernate.SqlTypes;
using NUnit.Framework;
using SharpTestsEx;
using Environment = NHibernate.Cfg.Environment;

namespace NHibernate.Test.DialectTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Data.Common;
using NHibernate.Driver;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.DriverTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using NHibernate.SqlCommand;
using NHibernate.SqlTypes;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.DriverTest
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using NHibernate.Driver;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.DriverTest
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/DriverTest/Sql2008DateTime2Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using NHibernate.Cfg;
using NHibernate.Dialect;
using NUnit.Framework;
using SharpTestsEx;
using Environment = NHibernate.Cfg.Environment;

namespace NHibernate.Test.DriverTest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using NHibernate.Proxy.DynamicProxy;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.DynamicProxyTests.GenericMethodsTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Collections.Generic;
using NHibernate.Proxy.DynamicProxy;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.DynamicProxyTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using NHibernate.Proxy;
using NUnit.Framework;
using NHibernate.Intercept;
using SharpTestsEx;

namespace NHibernate.Test.DynamicProxyTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using NHibernate.Proxy.DynamicProxy;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.DynamicProxyTests.ProxiedMembers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Collections.Generic;
using NHibernate.Proxy.DynamicProxy;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.DynamicProxyTests.ProxiedMembers
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/Events/DisposableListenersTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using NHibernate.Cfg;
using NHibernate.Event;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.Events
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using NHibernate.Persister.Entity;
using NHibernate.Type;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.GenericTest.EnumGeneric
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/GhostProperty/GhostPropertyFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using NHibernate.Cfg.Loquacious;
using NHibernate.Tuple.Entity;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.GhostProperty
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/Hql/Ast/BulkManipulation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using NHibernate.Id;
using NHibernate.Persister.Entity;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.Hql.Ast
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/Hql/Ast/LimitClauseFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using NHibernate.Cfg;
using NHibernate.Hql.Ast.ANTLR;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.Hql.Ast
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/Hql/Ast/QuerySubstitutionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using NHibernate.Cfg;
using NUnit.Framework;
using NHibernate.Cfg.Loquacious;
using SharpTestsEx;

namespace NHibernate.Test.Hql.Ast
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using NHibernate.SqlCommand;
using NHibernate.SqlTypes;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.Insertordering
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/Linq/BooleanMethodExtensionExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
using NHibernate.Linq.Visitors;
using NHibernate.DomainModel.Northwind.Entities;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.Linq
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/Linq/ByMethod/CastTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using NHibernate.DomainModel.Northwind.Entities;
using NHibernate.Linq;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.Linq.ByMethod
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/Linq/ByMethod/DistinctTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Linq;
using NHibernate.Cfg;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.Linq.ByMethod
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/Linq/CustomExtensionsExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
using NHibernate.Linq.Functions;
using NHibernate.Linq.Visitors;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.Linq
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/Linq/EagerLoadTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using NHibernate.Linq;
using NHibernate.DomainModel.Northwind.Entities;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.Linq
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/Linq/LinqTestCase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Linq;
using NHibernate.DomainModel.Northwind.Entities;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.Linq
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Reflection;
using NHibernate.Linq.Functions;
using NUnit.Framework;
using SharpTestsEx;
using Environment = NHibernate.Cfg.Environment;

namespace NHibernate.Test.Linq
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/Linq/ProjectionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Linq;
using NHibernate.DomainModel.Northwind.Entities;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.Linq
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/Linq/StatelessSessionQueringTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using NHibernate.DomainModel.Northwind.Entities;
using NUnit.Framework;
using NHibernate.Linq;
using SharpTestsEx;

namespace NHibernate.Test.Linq
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/Logging/Log4NetLoggerTest.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using log4net;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.Logging
{
Expand Down
1 change: 0 additions & 1 deletion src/NHibernate.Test/Logging/LoggerProviderTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.Logging
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using NHibernate.Cfg.MappingSchema;
using NHibernate.Mapping.ByCode;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.MappingByCode.ConventionModelMapperTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using NHibernate.Cfg.MappingSchema;
using NHibernate.Mapping.ByCode;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.MappingByCode.ConventionModelMapperTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Reflection;
using NHibernate.Mapping.ByCode;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.MappingByCode.ConventionModelMapperTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using NHibernate.Mapping.ByCode;
using NHibernate.Mapping.ByCode.Impl;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.MappingByCode.ConventionModelMapperTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using NHibernate.Mapping.ByCode;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.MappingByCode.ConventionModelMapperTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using NHibernate.Mapping.ByCode;
using NHibernate.Mapping.ByCode.Impl;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.MappingByCode
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using NHibernate.Cfg.MappingSchema;
using NHibernate.Mapping.ByCode;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.MappingByCode.ExpliticMappingTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using NHibernate.Cfg.MappingSchema;
using NHibernate.Mapping.ByCode;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.MappingByCode.ExpliticMappingTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using NHibernate.Cfg.MappingSchema;
using NHibernate.Mapping.ByCode;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.MappingByCode.ExpliticMappingTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using NHibernate.Cfg.MappingSchema;
using NHibernate.Mapping.ByCode;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.MappingByCode.ExpliticMappingTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using NHibernate.Cfg.MappingSchema;
using NHibernate.Mapping.ByCode;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.MappingByCode.ExpliticMappingTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using NHibernate.Cfg.MappingSchema;
using NHibernate.Mapping.ByCode;
using NUnit.Framework;
using SharpTestsEx;

namespace NHibernate.Test.MappingByCode.ExpliticMappingTests
{
Expand Down
Loading

0 comments on commit fac75a2

Please sign in to comment.