Skip to content

Commit

Permalink
Test data adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
aplteam committed Jan 22, 2024
1 parent 604b2e7 commit ee66b7e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion TestData/Build/Default/apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
source: "APLSource/Seven7Zip.aplc",
tags: "zip-tools",
userCommandScript: "",
version: "9.0.1+306",
version: "9.0.1+308",
}
2 changes: 1 addition & 1 deletion TestData/Build/Special/apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
source: "APLSource/Seven7Zip.aplc",
tags: "zip-tools",
userCommandScript: "",
version: "9.0.1+424",
version: "9.0.1+427",
}
2 changes: 1 addition & 1 deletion TestData/Build/UserCommand/apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
source: "APLSource/APLGit2ForTests",
tags: "apl-git-interface",
userCommandScript: "APLSource/APLGit2ForTests_UC.dyalog",
version: "0.9.0+355",
version: "0.9.0+356",
}
2 changes: 1 addition & 1 deletion TestData/DifferentCase/apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
source: "APLprocess.aplc",
tags: "process",
userCommandScript: "",
version: "20.99.99+2719",
version: "20.99.99+2720",
}
2 changes: 1 addition & 1 deletion TestData/Source/APLTree/apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
source: "APLTreeUtils.apln",
tags: "",
userCommandScript: "",
version: "6.0.0+140",
version: "6.0.0+141",
}
2 changes: 1 addition & 1 deletion TestData/Source/F-D/apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
source: "FilesAndDirs.aplc",
tags: "",
userCommandScript: "",
version: "3.0.0+140",
version: "3.0.0+141",
}
2 changes: 1 addition & 1 deletion TestData/Source/OS/apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
source: "OS.aplc",
tags: "foo,boo",
userCommandScript: "",
version: "2.0.0+434",
version: "2.0.0+437",
}
2 changes: 1 addition & 1 deletion TestData/tatin-client.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ registries: [ { alias: "local", api_key: "", port: 0, priority: 1000, uri: "C:\\Users\\kai\\AppData\\Local\\Temp\\Tatin-Test-Registry_165748967_0", }, { alias: "tatin", api_key: "", port: 0, priority: 100, uri: "https://tatin.dev/", }, { alias: "localhost", api_key: "Test-API-Key", port: 5001, priority: 90, uri: "https://localhost/", }, { alias: "tatin-test", api_key: "Tatin-Test-API-Key", port: 0, priority: 0, uri: "https://test.tatin.dev/", }, ], source: "",}
{ registries: [ { alias: "local", api_key: "", port: 0, priority: 1000, uri: "C:\\Users\\kai\\AppData\\Local\\Temp\\Tatin-Test-Registry_173304275_0", }, { alias: "tatin", api_key: "", port: 0, priority: 100, uri: "https://tatin.dev/", }, { alias: "localhost", api_key: "Test-API-Key", port: 5001, priority: 90, uri: "https://localhost/", }, { alias: "tatin-test", api_key: "Tatin-Test-API-Key", port: 0, priority: 0, uri: "https://test.tatin.dev/", }, ], source: "",}
Expand Down

0 comments on commit ee66b7e

Please sign in to comment.