Skip to content

Commit

Permalink
NH-802 - Replace NHibernate.org with NHibernate.info
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed Feb 26, 2016
1 parent 9555cf0 commit 3b04d23
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion src/NHibernate.DomainModel/Stuff.hbm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</key-many-to-one>
</composite-id>
<!--
http://jira.nhibernate.org:8080/browse/NH-88
http://nhibernate.jira.com/browse/NH-88
TODO: in h2.0.3 this is mapped to a TimeZone - what to use in .net???
<property name="Property" />
-->
Expand Down
2 changes: 1 addition & 1 deletion src/NHibernate.Test/DriverTest/NullReferenceFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace NHibernate.Test.DriverTest
{
/// <summary>
/// http://jira.nhibernate.org/browse/NH-177
/// http://nhibernate.jira.com/browse/NH-177
/// </summary>
[TestFixture]
public class NullReferenceFixture : TestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace NHibernate.Test.GenericTest.EnumGeneric
{
/// <summary>
/// http://jira.nhibernate.org/browse/NH-1236
/// http://nhibernate.jira.com/browse/NH-1236
/// </summary>
[TestFixture]
public class EnumGenericFixture : TestCase
Expand Down
2 changes: 1 addition & 1 deletion src/NHibernate.Test/Legacy/FooBarTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2232,7 +2232,7 @@ public void CollectionCache()


[Test]
//[Ignore("TimeZone Portions commented out - http://jira.nhibernate.org:8080/browse/NH-88")]
//[Ignore("TimeZone Portions commented out - http://nhibernate.jira.com/browse/NH-88")]
public void AssociationId()
{
string id;
Expand Down
2 changes: 1 addition & 1 deletion src/NHibernate.Test/NHSpecificTest/BasicClassFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protected override IList Mappings
}

/// <summary>
/// This is a test for <a href="http://jira.nhibernate.org/browse/NH-134">NH-134</a>.
/// This is a test for <a href="http://nhibernate.jira.com/browse/NH-134">NH-134</a>.
/// </summary>
/// <remarks>
/// It checks to make sure that NHibernate can use the correct accessor to get the
Expand Down
2 changes: 1 addition & 1 deletion src/NHibernate.Test/NHSpecificTest/NH1101/Fixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace NHibernate.Test.NHSpecificTest.NH1101
{
// http://jira.nhibernate.org/browse/NH-1101
// http://nhibernate.jira.com/browse/NH-1101
[TestFixture]
public class Fixture : BugTestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
namespace NHibernate.Test.NHSpecificTest.NH1250
{
/// <summary>
/// http://jira.nhibernate.org/browse/NH-1250
/// http://jira.nhibernate.org/browse/NH-1340
/// http://nhibernate.jira.com/browse/NH-1250
/// http://nhibernate.jira.com/browse/NH-1340
/// </summary>
/// <remarks>Failure occurs in MsSql2005Dialect only</remarks>
[TestFixture]
Expand Down
2 changes: 1 addition & 1 deletion src/NHibernate.Test/NHSpecificTest/NH1252/NH1252Fixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace NHibernate.Test.NHSpecificTest.NH1252
{
/// <summary>
/// http://jira.nhibernate.org/browse/NH-1252
/// http://nhibernate.jira.com/browse/NH-1252
/// </summary>
[TestFixture]
public class NH1252Fixture : BugTestCase
Expand Down
2 changes: 1 addition & 1 deletion src/NHibernate.Test/NHSpecificTest/NH1275/Fixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace NHibernate.Test.NHSpecificTest.NH1275
{
/// <summary>
/// http://jira.nhibernate.org/browse/NH-1275
/// http://nhibernate.jira.com/browse/NH-1275
/// </summary>
[TestFixture]
public class Fixture : BugTestCase
Expand Down
2 changes: 1 addition & 1 deletion src/NHibernate.Test/NHSpecificTest/NH1313/Fixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace NHibernate.Test.NHSpecificTest.NH1313
{
// http://jira.nhibernate.org/browse/NH-1313
// http://nhibernate.jira.com/browse/NH-1313
[TestFixture]
public class Fixture : BugTestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

namespace NHibernate.Test.NHSpecificTest.NH1355
{
//http://jira.nhibernate.org/browse/NH-1355
//http://jira.nhibernate.org/browse/NH-1377
//http://jira.nhibernate.org/browse/NH-1379
//http://nhibernate.jira.com/browse/NH-1355
//http://nhibernate.jira.com/browse/NH-1377
//http://nhibernate.jira.com/browse/NH-1379
[TestFixture]
public class CustomVersionType
{
Expand Down
2 changes: 1 addition & 1 deletion src/NHibernate.Test/NHSpecificTest/NH1488/Fixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace NHibernate.Test.NHSpecificTest.NH1488
{
// http://jira.nhibernate.org/browse/NH-1488
// http://nhibernate.jira.com/browse/NH-1488
[TestFixture]
public class Fixture : BugTestCase
{
Expand Down
2 changes: 1 addition & 1 deletion src/NHibernate.Test/NHSpecificTest/NH642/Fixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace NHibernate.Test.NHSpecificTest.NH642
//<priority id="3">Major</priority>
//<created>Fri, 9 Jun 2006 07:34:32 -0400 (EDT)</created>
//<component>Core</component>
//<link>http://jira.nhibernate.org</link>
//<link>http://nhibernate.jira.com</link>
public class MissingSetter
{
public virtual int ReadOnly
Expand Down
2 changes: 1 addition & 1 deletion src/NHibernate.Test/NHSpecificTest/NH712/Fixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace NHibernate.Test.NHSpecificTest.NH712
//<created>Fri, 15 Sep 2006 07:31:13 -0400 (EDT)</created>
//<version>1.2.0.Alpha1</version>
//<component>Core</component>
//<link>http://jira.nhibernate.org/browse/NH-712</link>
//<link>http://nhibernate.jira.com/browse/NH-712</link>
[TestFixture]
public class Fixture
{
Expand Down
2 changes: 1 addition & 1 deletion src/NHibernate.Test/TypesTest/EntityTypeFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace NHibernate.Test.TypesTest
{
// http://jira.nhibernate.org/browse/NH-1473
// http://nhibernate.jira.com/browse/NH-1473
[TestFixture]
public class EntityTypeFixture : TypeFixtureBase
{
Expand Down
2 changes: 1 addition & 1 deletion src/NHibernate/Bytecode/IInjectableProxyFactoryFactory.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace NHibernate.Bytecode
{
// To support http://jira.nhibernate.org/browse/NH-975
// To support http://nhibernate.jira.com/browse/NH-975
// We give to the user the ability to configure the proxyFactoryFactory class via
// session-factory configuration.
public interface IInjectableProxyFactoryFactory
Expand Down
2 changes: 1 addition & 1 deletion src/NHibernate/Cfg/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ protected virtual void ConfigureProxyFactoryFactory()
{
#region Way for the user to specify their own ProxyFactory

//http://jira.nhibernate.org/browse/NH-975
//http://nhibernate.jira.com/browse/NH-975

var ipff = Environment.BytecodeProvider as IInjectableProxyFactoryFactory;
string pffClassName;
Expand Down

0 comments on commit 3b04d23

Please sign in to comment.