Martin Edenhofer 452e05ca32 Fixed issue #883 - Placeholder in triggers with created_by & updated_by / > in article.body. 7 years ago
..
aaa_string_test.rb 97238cc142 Fixed unit test. 7 years ago
activity_stream_test.rb 9b9f9ed8c5 Rework, get unit tests up and running again. 7 years ago
assets_test.rb ef6fbe8f2a Refactoring: Splitted ApplicationModel into multiple concerns. Notice: Includes object some method name changes. 7 years ago
auth_test.rb 30fe8aef36 Applied rubocop. 8 years ago
cache_test.rb 22f9f59a9a Improved timings. 8 years ago
calendar_subscription_test.rb a4874e0b86 Renamed certain ticket attributes with timestamps from _time to _at to have it more rails consistent. 8 years ago
calendar_test.rb 9b9f9ed8c5 Rework, get unit tests up and running again. 7 years ago
chat_test.rb 9b9f9ed8c5 Rework, get unit tests up and running again. 7 years ago
cti_caller_id_test.rb f39f66fe96 Pull request #497 - fix and refactor Cti::CallerId.parse_text: 7 years ago
db_auto_increment_test.rb e474ac197a Applied rubocop Style/EmptyLines. 9 years ago
email_address_test.rb a77361869a Improved unit tests. 9 years ago
email_build_test.rb f2a2b9efe9 Fixed issue#402 - Missing quotation marks on sender address. 7 years ago
email_parser_test.rb 3e07697954 Improved email parsing. 7 years ago
email_postmaster_test.rb 4cec7a5549 Added content validation to x-zammad mail headers and postmaster filters. 7 years ago
email_process_auto_response_test.rb 570e3c981a Improved detection of auto generated emails / prevent auto responder. 7 years ago
email_process_bounce_test.rb 9b9f9ed8c5 Rework, get unit tests up and running again. 7 years ago
email_process_follow_up_possible_test.rb 4b85c1f662 Fixed issue #643 - Group follow up check for closed tickets does not work. 7 years ago
email_process_follow_up_test.rb 1c7278d8be Fixed issue #740 - Unable to process emails if "Additional follow-up detection" was checked and unchecked again. 7 years ago
email_process_out_of_office_test.rb 9b9f9ed8c5 Rework, get unit tests up and running again. 7 years ago
email_process_sender_is_system_address_or_agent_test.rb 9797dbb1d4 Fixed issue#190 - differ between ticket customer and the user who sends the email. 8 years ago
email_process_sender_name_update_if_needed.rb 6655485649 Update sender name if not exists. 8 years ago
email_process_test.rb e1059d4ece Followup for issue#719 - ensure that title is set even via email creation. 7 years ago
email_signatur_detection_test.rb 8d71977e0f Improved api for signature detection of article. 8 years ago
history_test.rb d3c86e9109 Fixed test. 8 years ago
html_sanitizer_test.rb 3fa12b73ae Moved to whitelist sanitizer. 7 years ago
integration_icinga_test.rb 0b78df6fff Added host DOWN/UP detection. 7 years ago
integration_nagios_test.rb 0b78df6fff Added host DOWN/UP detection. 7 years ago
job_test.rb 41d551ed25 Added zammad_api_client_php test job. 8 years ago
karma_test.rb 224b894b3a Replace sleep by travel to accelerate the test suite (#483) 7 years ago
model_test.rb dac3a506ec Added support for themeless searchable models. 9 years ago
notification_factory_mailer_template_test.rb a746f559cd Improved tests. Added missing current_user to slack transaction backend. 8 years ago
notification_factory_mailer_test.rb acc71eeb23 Improved tests. 8 years ago
notification_factory_renderer_test.rb 452e05ca32 Fixed issue #883 - Placeholder in triggers with created_by & updated_by / > in article.body. 7 years ago
notification_factory_slack_template_test.rb aa29a75841 Fixed issue#301 - Using #{article.body} in trigger gives html. 7 years ago
notification_factory_template_test.rb aa29a75841 Fixed issue#301 - Using #{article.body} in trigger gives html. 7 years ago
object_cache_test.rb 6411a34a0f Added .sort for array comparing. 8 years ago
object_create_update_with_ref_name_test.rb 5d13730515 Introduced create_if_not_exists_with_ref and create_or_update_with_ref for automatically lookup references by name/login. 8 years ago
object_manager_test.rb a8d321a21e Fixed issue #433 - Object manager allows method names as attributes. 7 years ago
object_type_lookup_test.rb e474ac197a Applied rubocop Style/EmptyLines. 9 years ago
online_notifiaction_test.rb 4628299d20 Introduced config.interface_handle to find out via which interface the source code got executed. 8 years ago
organization_domain_based_assignment_test.rb bf3411daca Implemented issue#356 - Automatically join users to organizations based on the email address. 7 years ago
organization_ref_object_touch_test.rb 9b9f9ed8c5 Rework, get unit tests up and running again. 7 years ago
package_test.rb 30fe8aef36 Applied rubocop. 8 years ago
permission_test.rb 9b9f9ed8c5 Rework, get unit tests up and running again. 7 years ago
recent_view_test.rb 9b9f9ed8c5 Rework, get unit tests up and running again. 7 years ago
role_test.rb 81b48a2ef4 Moved from to new permission management. 8 years ago
session_basic_test.rb 9b9f9ed8c5 Rework, get unit tests up and running again. 7 years ago
session_basic_ticket_test.rb 9b9f9ed8c5 Rework, get unit tests up and running again. 7 years ago
session_collections_test.rb 9b9f9ed8c5 Rework, get unit tests up and running again. 7 years ago
session_enhanced_test.rb 9b9f9ed8c5 Rework, get unit tests up and running again. 7 years ago
store_test.rb f4c78b9502 Improved file backend and delete empty directories if file got removed. 8 years ago
tag_test.rb 9b9f9ed8c5 Rework, get unit tests up and running again. 7 years ago
ticket_article_communicate_test.rb 774dc82bf6 Do not generat auto replys. 8 years ago
ticket_customer_organization_update_test.rb 3c523b4f7d Moved to init prepare/setup method for tests. 8 years ago
ticket_notification_test.rb 5f03f54b20 Remove triggers (to have no side effects later). 8 years ago
ticket_overview_test.rb 9b9f9ed8c5 Rework, get unit tests up and running again. 7 years ago
ticket_priority_test.rb c8e9058866 Moved default and follow up state/priority from source code into model. Related to issue #689 - OTRS import breaks a lot of assumptions in Zammad. 7 years ago
ticket_ref_object_touch_test.rb 9b9f9ed8c5 Rework, get unit tests up and running again. 7 years ago
ticket_selector_test.rb 9b9f9ed8c5 Rework, get unit tests up and running again. 7 years ago
ticket_sla_test.rb 81df51f274 Fixed issue#534 - recalculate ticket escalation time after updating calendar. 7 years ago
ticket_state_test.rb c8e9058866 Moved default and follow up state/priority from source code into model. Related to issue #689 - OTRS import breaks a lot of assumptions in Zammad. 7 years ago
ticket_test.rb a77130243d Fixed issue #899 - Follow up detection is broken for Ticket::Number::Date ticket number generator. 7 years ago
ticket_trigger_test.rb 3955779864 Fixed issue #779 - Simple triggers resulting in error condition. Fixed issue #395 - Auto-assign ticket owner on first reply. Fixed issue #389 - Trigger action "Owner" -> "not changed" needed. Fixed issue #298 - trigger "set to public" requested. 7 years ago
ticket_xss_test.rb 3fa12b73ae Moved to whitelist sanitizer. 7 years ago
token_test.rb c6eaa84487 Added multi permission check to Token.check. 8 years ago
user_device_test.rb 81b48a2ef4 Moved from to new permission management. 8 years ago
user_ref_object_touch_test.rb 3c523b4f7d Moved to init prepare/setup method for tests. 8 years ago
user_test.rb 28fe4fa80b Update user with default preferences based on permissions. 8 years ago