-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ekhatko
committed
Feb 20, 2014
1 parent
4c19342
commit 6214436
Showing
10 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file added
BIN
+24.2 KB
bin/Release/Microsoft.TeamFoundation.WorkItemTracking.Client.DataStoreLoader.dll
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<tests url="https://ekhatko.visualstudio.com/DefaultCollection/" project="cmd" testplan="bestplan"> | ||
<testsuite id="5" title="bestplan" description="" state="InProgress" type="StaticTestSuite" user_data=""> | ||
<test id="16" title="plancase" description="simple descriptionline1line2" state="Design" priority="2" owner="Evgeny Khatko" reason="New" is_automated="false" area="cmd"> | ||
<action id="2" action="step1 " expected_result="res1 "wws" ghgg:
| param | val |
| param | val |" /> | ||
<action id="3" action="step2 " expected_result="res2 " /> | ||
</test> | ||
</testsuite> | ||
<testsuite id="11" title="secsuite" description="" state="InProgress" type="StaticTestSuite" user_data=""> | ||
<test id="18" title="secsuitecase" description="" state="Design" priority="2" owner="Evgeny Khatko" reason="New" is_automated="false" area="cmd" /> | ||
</testsuite> | ||
<testsuite id="9" title="basesuite" description="" state="InProgress" type="StaticTestSuite" user_data=""> | ||
<test id="17" title="basesuitecase" description="" state="Design" priority="2" owner="Evgeny Khatko" reason="New" is_automated="false" area="cmd" /> | ||
</testsuite> | ||
</tests> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> | ||
</startup> | ||
<appSettings> | ||
<add key="url" value="https://user.visualstudio.com/DefaultCollection/" /> | ||
<add key="login" value="" /> | ||
<!-- following is password '123' encrpted--> | ||
<add key="password" value="" /> | ||
<add key="project" value="" /> | ||
<add key="testplan" value="" /> | ||
<!-- proxy settings (OPTIONAL) --> | ||
<add key="proxy_login" value="" /> | ||
<add key="proxy_password" value="" /> | ||
<add key="proxy_domain" value="" /> | ||
</appSettings> | ||
<system.diagnostics> | ||
<trace autoflush="true" indentsize="4"> | ||
<listeners> | ||
<add name="myListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="tfs_cli.log" /> | ||
<remove name="Default" /> | ||
</listeners> | ||
</trace> | ||
</system.diagnostics> | ||
</configuration> |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> | ||
</startup> | ||
<appSettings> | ||
<add key="url" value="https://ekhatko.visualstudio.com/DefaultCollection/" /> | ||
<add key="login" value="[email protected]" /> | ||
<!-- following is password '123' encrpted--> | ||
<add key="password" value="aYsKvHyDEQnoIuJ8Y1Qrfg==" /> | ||
<add key="project" value="cmd" /> | ||
<add key="testplan" value="bestplan" /> | ||
<!-- proxy settings (OPTIONAL) --> | ||
<add key="proxy_login" value="Ekhatko" /> | ||
<add key="proxy_password" value="1Vimpelcom5!" /> | ||
<add key="proxy_domain" value="VIMPELCOM_MAIN" /> | ||
</appSettings> | ||
<system.diagnostics> | ||
<trace autoflush="true" indentsize="4"> | ||
<listeners> | ||
<add name="myListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="tfs_cli.log" /> | ||
<remove name="Default" /> | ||
</listeners> | ||
</trace> | ||
</system.diagnostics> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/> | ||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> | ||
<security> | ||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/> | ||
</requestedPrivileges> | ||
</security> | ||
</trustInfo> | ||
</assembly> |