Advertisement
Guest User

Untitled

a guest
Mar 10th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     <target name="quickDeploy_POR">
  2.         <sf:deploy username="${sf.username_por}" password="${sf.password_por}" serverurl="${sf.serverurl_sb}"  testLevel="RunSpecifiedTests"    maxPoll="${sf.maxPoll}" pollWaitMillis="${sf.pollWaitMillis}" deployRoot="2016/3_7_Deployment/02257312" checkOnly="true">      
  3.             <runTest>CaseBeforeLogicTest</runTest>
  4.             <runTest>CRDD_CalculatorTest</runTest>        
  5.             <runTest>BatchUpdateContactSLOwnerTest</runTest>
  6.             <runTest>MRSServicesTest</runTest>
  7.             <runTest>OrpComparatorTest</runTest>
  8.             <runTest>OrpTestingUtils</runTest>
  9.             <runTest>RFQResponseContExtTest</runTest>
  10.             <runTest>ServiceRequestAfterTriggerLogicTest</runTest>
  11.             <runTest>TaskAfterLogic</runTest>
  12.             <runTest>TestPreCoalescedTriggers</runTest>
  13.             <runTest>TestsOpportunityServiceLocationEditExt</runTest>
  14.             <runTest>FindLocationControllerTests</runTest>
  15.             <runTest>StartingPoint4LocationTest</runTest>
  16.             <runTest>FindLocationControllerTests</runTest>
  17.             <runTest>StartingPoint4LocationTest</runTest>
  18.             <runTest>OpportunityBeforeTriggerLogicTest</runTest>
  19.             <runTest>SalesUI3BCPOrderConfiguratorCtrlTest</runTest>
  20.             <runTest>SalesUI3HSDOrderConfiguratorCtrlTest</runTest>
  21.             <runTest>SalesUI3VideoOrderConfiguratorCtrlTest</runTest>
  22.             <runTest>EEServicesTest</runTest>
  23.             <runTest>EngineeringBeforeTriggerLogicTest</runTest>
  24.         </sf:deploy>
  25.     </target>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement