diff options
author | Mats Wichmann <mats@linux.com> | 2018-04-23 18:38:07 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2018-04-24 04:32:05 (GMT) |
commit | 649ea1bfa22f40b4ea4c5da7b8210b1efe2062b4 (patch) | |
tree | 046da98c4f783c9d13fe062d3967fec2e86a0ace /test/Java | |
parent | 68a6ce2891e5bb9c07094c7f4452a0e0950546d3 (diff) | |
download | SCons-649ea1bfa22f40b4ea4c5da7b8210b1efe2062b4.zip SCons-649ea1bfa22f40b4ea4c5da7b8210b1efe2062b4.tar.gz SCons-649ea1bfa22f40b4ea4c5da7b8210b1efe2062b4.tar.bz2 |
Change bug references from tigris -> github
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/Java')
-rw-r--r-- | test/Java/Java-1.4.py | 2 | ||||
-rw-r--r-- | test/Java/Java-1.5.py | 2 | ||||
-rw-r--r-- | test/Java/Java-1.6.py | 2 | ||||
-rw-r--r-- | test/Java/swig-dependencies.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/test/Java/Java-1.4.py b/test/Java/Java-1.4.py index 4076783..8bbefaf 100644 --- a/test/Java/Java-1.4.py +++ b/test/Java/Java-1.4.py @@ -267,7 +267,7 @@ class Foo { } """) # Test private inner class instantiation, courtesy Tilo Prutz: -# http://scons.tigris.org/issues/show_bug.cgi?id=1594 +# https://github.com/SCons/scons/issues/1594 test.write(['src6', 'TestSCons.java'], """\ class test { diff --git a/test/Java/Java-1.5.py b/test/Java/Java-1.5.py index 6659a16..58513e2 100644 --- a/test/Java/Java-1.5.py +++ b/test/Java/Java-1.5.py @@ -267,7 +267,7 @@ class Foo { } """) # Test private inner class instantiation, courtesy Tilo Prutz: -# http://scons.tigris.org/issues/show_bug.cgi?id=1594 +# https://github.com/SCons/scons/issues/1594 test.write(['src6', 'TestSCons.java'], """\ class test { diff --git a/test/Java/Java-1.6.py b/test/Java/Java-1.6.py index be46919..04a9155 100644 --- a/test/Java/Java-1.6.py +++ b/test/Java/Java-1.6.py @@ -267,7 +267,7 @@ class Foo { } """) # Test private inner class instantiation, courtesy Tilo Prutz: -# http://scons.tigris.org/issues/show_bug.cgi?id=1594 +# https://github.com/SCons/scons/issues/1594 test.write(['src6', 'TestSCons.java'], """\ class test { diff --git a/test/Java/swig-dependencies.py b/test/Java/swig-dependencies.py index c72c44a..bd7a576 100644 --- a/test/Java/swig-dependencies.py +++ b/test/Java/swig-dependencies.py @@ -130,7 +130,7 @@ except: # Bug ticket reported also this seems work fine when running outsite # the test framework test.skip_test('Throwing no result for this test because of bug ' + - 'related here: http://scons.tigris.org/issues/show_bug.cgi?id=2907\n') + 'related here: https://github.com/SCons/scons/issues/2907\n') pass #test.must_exist(['java', 'classes', 'foopack', 'foopack.class']) #test.must_exist(['java', 'classes', 'foopack', 'foopackJNI.class']) |