Skip to content

Instantly share code, notes, and snippets.

Created July 22, 2009 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/152135 to your computer and use it in GitHub Desktop.
Save anonymous/152135 to your computer and use it in GitHub Desktop.
1..49
# First Name
ok 1 - firstName matches
# Middle Name
ok 2 - middleName matches
# Last Name
ok 3 - lastName matches
# Alias
ok 4 - alias matches
# Signature
ok 5 - signature matches
# Photo
ok 6 - photo matches
# Email Address
ok 7 - email matches
# <a href="http://www.icq.com">ICQ</a> UIN
ok 8 - icq matches
# <a href="http://www.aim.com/">AIM</a> Id
ok 9 - aim matches
# <a href="http://messenger.msn.com/">MSN Messenger</a> Id
ok 10 - msnIM matches
# <a href="http://messenger.yahoo.com/">Yahoo! Messenger</a> Id
ok 11 - yahooIM matches
# Cell Phone
ok 12 - cellPhone matches
# Pager
ok 13 - pager matches
# Email To Pager Gateway
ok 14 - emailToPager matches
# Home Address
ok 15 - homeAddress matches
# Home City
ok 16 - homeCity matches
# Home State
ok 17 - homeState matches
# Home Zip Code
ok 18 - homeZip matches
# Home Country
ok 19 - homeCountry matches
# Home Phone
ok 20 - homePhone matches
# Homepage URL
ok 21 - homeURL matches
# Work Name (Company Name)
ok 22 - workName matches
# Work Address
ok 23 - workAddress matches
# Work City
ok 24 - workCity matches
# Work State
ok 25 - workState matches
# Work Zip Code
ok 26 - workZip matches
# Work Country
ok 27 - workCountry matches
# Work Phone
ok 28 - workPhone matches
# Department
ok 29 - department matches
# Work Web Site
ok 30 - workURL matches
# Gender
ok 31 - gender matches
# Birth Date
ok 32 - birthdate matches
# Avatar
ok 33 - avatar matches
# Are you available to be added as a Friend?
ok 34 - ableToBeFriend matches
# Seen Message On Login Times
ok 35 - showMessageOnLoginSeen matches
# Language
ok 36 - language matches
# First Day Of Week
ok 37 - firstDayOfWeek matches
# Time Zone
ok 38 - timeZone matches
# Date Format
ok 39 - dateFormat matches
# Time Format
ok 40 - timeFormat matches
# Discussion Layout
ok 41 - discussionLayout matches
# UI Level
ok 42 - uiLevel matches
# Profile Privacy Setting
not ok 43 - publicProfile matches
# Failed test 'publicProfile matches'
# at t/oneOff.t line 57.
# got: 'CHAR'
# expected: 'LONGTEXT'
# Toolbar Icon Set
ok 44 - toolbar matches
# Private Message Options
not ok 45 - allowPrivateMessages matches
# Failed test 'allowPrivateMessages matches'
# at t/oneOff.t line 57.
# got: 'TEXT'
# expected: 'LONGTEXT'
# Show when online?
not ok 46 - showOnline matches
# Failed test 'showOnline matches'
# at t/oneOff.t line 57.
# got: 'TINYINT'
# expected: 'INT'
# Version tag mode
ok 47 - versionTagMode matches
# Receive inbox notifications as email?
not ok 48 - receiveInboxEmailNotifications matches
# Failed test 'receiveInboxEmailNotifications matches'
# at t/oneOff.t line 57.
# got: 'TINYINT'
# expected: 'INT'
# Receive inbox notifications as SMS?
not ok 49 - receiveInboxSmsNotifications matches
# Failed test 'receiveInboxSmsNotifications matches'
# at t/oneOff.t line 57.
# got: 'TINYINT'
# expected: 'INT'
# Looks like you failed 5 tests of 49.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment