Skip to content

Commit 3b04d23

Browse files
committed
NH-802 - Replace NHibernate.org with NHibernate.info
1 parent 9555cf0 commit 3b04d23

File tree

17 files changed

+20
-20
lines changed

17 files changed

+20
-20
lines changed

src/NHibernate.DomainModel/Stuff.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</key-many-to-one>
6161
</composite-id>
6262
<!--
63-
http://jira.nhibernate.org:8080/browse/NH-88
63+
http://nhibernate.jira.com/browse/NH-88
6464
TODO: in h2.0.3 this is mapped to a TimeZone - what to use in .net???
6565
<property name="Property" />
6666
-->

src/NHibernate.Test/DriverTest/NullReferenceFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace NHibernate.Test.DriverTest
66
{
77
/// <summary>
8-
/// http://jira.nhibernate.org/browse/NH-177
8+
/// http://nhibernate.jira.com/browse/NH-177
99
/// </summary>
1010
[TestFixture]
1111
public class NullReferenceFixture : TestCase

src/NHibernate.Test/GenericTest/EnumGeneric/EnumGenericFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace NHibernate.Test.GenericTest.EnumGeneric
99
{
1010
/// <summary>
11-
/// http://jira.nhibernate.org/browse/NH-1236
11+
/// http://nhibernate.jira.com/browse/NH-1236
1212
/// </summary>
1313
[TestFixture]
1414
public class EnumGenericFixture : TestCase

src/NHibernate.Test/Legacy/FooBarTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2232,7 +2232,7 @@ public void CollectionCache()
22322232

22332233

22342234
[Test]
2235-
//[Ignore("TimeZone Portions commented out - http://jira.nhibernate.org:8080/browse/NH-88")]
2235+
//[Ignore("TimeZone Portions commented out - http://nhibernate.jira.com/browse/NH-88")]
22362236
public void AssociationId()
22372237
{
22382238
string id;

src/NHibernate.Test/NHSpecificTest/BasicClassFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ protected override IList Mappings
1919
}
2020

2121
/// <summary>
22-
/// This is a test for <a href="http://jira.nhibernate.org/browse/NH-134">NH-134</a>.
22+
/// This is a test for <a href="http://nhibernate.jira.com/browse/NH-134">NH-134</a>.
2323
/// </summary>
2424
/// <remarks>
2525
/// It checks to make sure that NHibernate can use the correct accessor to get the

src/NHibernate.Test/NHSpecificTest/NH1101/Fixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace NHibernate.Test.NHSpecificTest.NH1101
55
{
6-
// http://jira.nhibernate.org/browse/NH-1101
6+
// http://nhibernate.jira.com/browse/NH-1101
77
[TestFixture]
88
public class Fixture : BugTestCase
99
{

src/NHibernate.Test/NHSpecificTest/NH1250/PolymorphicJoinFetchFixture.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
namespace NHibernate.Test.NHSpecificTest.NH1250
55
{
66
/// <summary>
7-
/// http://jira.nhibernate.org/browse/NH-1250
8-
/// http://jira.nhibernate.org/browse/NH-1340
7+
/// http://nhibernate.jira.com/browse/NH-1250
8+
/// http://nhibernate.jira.com/browse/NH-1340
99
/// </summary>
1010
/// <remarks>Failure occurs in MsSql2005Dialect only</remarks>
1111
[TestFixture]

src/NHibernate.Test/NHSpecificTest/NH1252/NH1252Fixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace NHibernate.Test.NHSpecificTest.NH1252
44
{
55
/// <summary>
6-
/// http://jira.nhibernate.org/browse/NH-1252
6+
/// http://nhibernate.jira.com/browse/NH-1252
77
/// </summary>
88
[TestFixture]
99
public class NH1252Fixture : BugTestCase

src/NHibernate.Test/NHSpecificTest/NH1275/Fixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace NHibernate.Test.NHSpecificTest.NH1275
44
{
55
/// <summary>
6-
/// http://jira.nhibernate.org/browse/NH-1275
6+
/// http://nhibernate.jira.com/browse/NH-1275
77
/// </summary>
88
[TestFixture]
99
public class Fixture : BugTestCase

src/NHibernate.Test/NHSpecificTest/NH1313/Fixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace NHibernate.Test.NHSpecificTest.NH1313
88
{
9-
// http://jira.nhibernate.org/browse/NH-1313
9+
// http://nhibernate.jira.com/browse/NH-1313
1010
[TestFixture]
1111
public class Fixture : BugTestCase
1212
{

0 commit comments

Comments
 (0)