Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
astrizhachuk committed Aug 24, 2020
1 parent 62be190 commit 8e57a73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mockserver-client.cfe/src/Configuration/Configuration.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<configurationExtensionPurpose>Customization</configurationExtensionPurpose>
<defaultRunMode>ManagedApplication</defaultRunMode>
<usePurposes>PersonalComputer</usePurposes>
<version>1.0.0</version>
<version>1.0.1</version>
<defaultLanguage>Language.English</defaultLanguage>
<dataLockControlMode>Managed</dataLockControlMode>
<objectAutonumerationMode>NotAutoFree</objectAutonumerationMode>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
// Copyright © 2020 Alexander Strizhachuk
// version: 1.0.0
// version: 1.0.1

#If Server Or ThickClientOrdinaryApplication Or ExternalConnection Then

Expand Down Expand Up @@ -804,7 +804,7 @@ EndFunction
// Мок = Обработки.MockServerClient.Создать().Сервер("http://server", "1090");
// Мок = Обработки.MockServerClient.Создать().Сервер("http://server", "1090", Истина);
//
Function Сервер( URL, Порт = Undefined, Сбросить = Undefined ) Export
Function Сервер( URL, Порт = Undefined, Сбросить = False ) Export

Return Server( URL, Порт, Сбросить );

Expand Down

0 comments on commit 8e57a73

Please sign in to comment.