Changes between Initial Version and Version 1 of Ticket #1443


Ignore:
Timestamp:
Sep 20, 2010, 9:37:41 AM (14 years ago)
Author:
brucedechant
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1443

    • Property Cc brucedechant added
  • Ticket #1443 – Description

    initial v1  
    11Steps:
    2 - Run WebTier tests:Feature/GetCapabilities. It will get the capabilites for a certain FDO provider.
     2- Run !WebTier tests:Feature/GetCapabilities. It will get the capabilites for a certain FDO provider.
    33- Keep the initial values for the test page except for changing the version to be 2.0.0
    44- Submit the request
     
    66You will find the response is always for 1.0.0 instead of 2.0.0.
    77
    8 The reaons is like following:
     8The reasons is like following:
    99
    10 **************
     10{{{
    1111MgByteReader* MgProxyFeatureService::GetCapabilities(CREFSTRING providerName, CREFSTRING connectionString)
    1212{
     
    2626    return (MgByteReader*)cmd.GetReturnValue().val.m_obj;
    2727}
    28 ************
     28}}}
    2929
    30 The version is a fixed one: BUILD_VERSION(1,0,0) instead of the requested version
     30The version is a fixed one: BUILD_VERSION(1,0,0) instead of the requested version.