faq::twt::swap_with_next_Q_A (private)

 faq::twt::swap_with_next_Q_A faq_name

Defined in packages/faq/tcl/test/tclwebtest-procs.tcl

Swaps two adjacent questions in the FAQ from the UI.

Parameters:
faq_name

Partial Call Graph (max 5 caller/called nodes):
%3 aa_error aa_error (public) aa_get_first_url aa_get_first_url (public) aa_log aa_log (public) db_1row db_1row (public) twt::do_request twt::do_request (public) faq::twt::swap_with_next_Q_A faq::twt::swap_with_next_Q_A faq::twt::swap_with_next_Q_A->aa_error faq::twt::swap_with_next_Q_A->aa_get_first_url faq::twt::swap_with_next_Q_A->aa_log faq::twt::swap_with_next_Q_A->db_1row faq::twt::swap_with_next_Q_A->twt::do_request

Testcases:
No testcase defined.
Source code:
        set response 0

        db_1row faq_id "select faq_id from faqs where faq_name=:faq_name"

        # The Faq page url
        set faq_page_url [aa_get_first_url -package_key faq]
        ::twt::do_request $faq_page_url

        tclwebtest::link follow "administer"
        tclwebtest::link follow $faq_name
        tclwebtest::link follow "swap with next"

        set response_url [tclwebtest::response url]

        if { [string match "*admin/one-faq*" $response_url] } {
            aa_log "Faq Question swapped with next question"
            set response 1

        } else {
            aa_error "faq::twt::insert_after_Q_A failed. Bad  response url : $response_url"
        }

        return $response
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: