gnu-social/tests
Nym Coy 1f866fcaed ActivityGenerationTests.php fails but doesn't crash anymore.
Fixed an error where a profile id was reused after another profile was
deleted, and the new profile still had the deleted role.

Fixed ActivityGenerationTests::testNoticeInfoRepeated() which was passing
User instead of Profile, throwing errors.

tests/ActivityGenerationTests.php now passes.

CommandInterpreterTest now passes.

Moved JidValidateTest to XmppValidateTest, since Jabber functionality has
moved to the XmppPlugin. Tests work but don't pass, but they are at least
skipped if XmppPlugin is not active.

LocationTest passes, but the tests are not very good. Lots of nulls.

MediaFileTest passes.

NicknameTest passes. Nickname::normalize() now throws an error if the
nickname is too long with underscores.

UserFeedParseTest passes.

URLDetectionTest passes if $config['linkify']['(bare_ipv4|bare_ipv6|
bare_domains)'] are false. Untested otherwise.

Fixed Nickname::isBlacklisted() so it does not throw an error if
$config['nickname]['blacklist'] not set.
2016-08-14 11:55:49 +05:30
..
atompub Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
oauth Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
sample-uploads Enhanced upload file type detection. If given an original filename, we'll attempt to detect type from the extension if we were unable to make a definitive match from content. Generic octet-stream, zip, and MS Office type are explicitly singled out for re-checks, which fixes OpenOffice and MS Office documents to come up with the proper types when misdetected. 2010-06-28 08:59:47 -07:00
ActivityGenerationTests.php ActivityGenerationTests.php fails but doesn't crash anymore. 2016-08-14 11:55:49 +05:30
ActivityParseTests.php Some Google stuff that need to be there (or comments) 2016-03-21 12:25:04 +01:00
CommandInterperterTest.php ActivityGenerationTests.php fails but doesn't crash anymore. 2016-08-14 11:55:49 +05:30
CurryTest.php Making sure scripts and tests check for GNUSOCIAL defined (instead of STATUSNET) 2013-09-28 15:20:10 +02:00
HashTagDetectionTests.php Making sure scripts and tests check for GNUSOCIAL defined (instead of STATUSNET) 2013-09-28 15:20:10 +02:00
LocationTest.php ActivityGenerationTests.php fails but doesn't crash anymore. 2016-08-14 11:55:49 +05:30
MediaFileTest.php ActivityGenerationTests.php fails but doesn't crash anymore. 2016-08-14 11:55:49 +05:30
NicknameTest.php Making sure scripts and tests check for GNUSOCIAL defined (instead of STATUSNET) 2013-09-28 15:20:10 +02:00
TagURITest.php Making sure scripts and tests check for GNUSOCIAL defined (instead of STATUSNET) 2013-09-28 15:20:10 +02:00
URLDetectionTest.php ActivityGenerationTests.php fails but doesn't crash anymore. 2016-08-14 11:55:49 +05:30
UserFeedParseTest.php ActivityGenerationTests.php fails but doesn't crash anymore. 2016-08-14 11:55:49 +05:30
UserRightsTest.php Making sure scripts and tests check for GNUSOCIAL defined (instead of STATUSNET) 2013-09-28 15:20:10 +02:00
UUIDTest.php Making sure scripts and tests check for GNUSOCIAL defined (instead of STATUSNET) 2013-09-28 15:20:10 +02:00
XmppValidateTest.php ActivityGenerationTests.php fails but doesn't crash anymore. 2016-08-14 11:55:49 +05:30