]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Making sure scripts and tests check for GNUSOCIAL defined (instead of STATUSNET)
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 28 Sep 2013 13:20:10 +0000 (15:20 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 28 Sep 2013 13:20:10 +0000 (15:20 +0200)
commit633191d80819d53cda0ebed177b07eaf009e276e
treebcfdb4fd9da4306f64d2f50fd264388ae2425625
parent80c6af0ffebbc18d37c13461c0caeba2eebfebda
Making sure scripts and tests check for GNUSOCIAL defined (instead of STATUSNET)

Orbited plugin may not work at all anymore, I had no means to try it.
But there's a check whether 'LACONICA' is defined there, which is a
very unlikely thing in the future. So far only tests and scripts have
been migrated consistently, though.
21 files changed:
plugins/OStatus/tests/FeedDiscoveryTest.php
plugins/OStatus/tests/MagicEnvelopeTest.php
plugins/OStatus/tests/gettext-speedtest.php
scripts/fixup_hashtags.php
scripts/fixup_replies.php
scripts/update_translations.php
tests/ActivityGenerationTests.php
tests/ActivityParseTests.php
tests/CommandInterperterTest.php
tests/CurryTest.php
tests/HashTagDetectionTests.php
tests/JidValidateTest.php
tests/LocationTest.php
tests/MediaFileTest.php
tests/NicknameTest.php
tests/TagURITest.php
tests/URLDetectionTest.php
tests/UUIDTest.php
tests/UserFeedParseTest.php
tests/UserRightsTest.php
tests/oEmbedTest.php