Skip to content

Commit

Permalink
testing in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Sep 18, 2024
1 parent f8b0412 commit 0ad9428
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/libraries/InstallDeps/git-deps-url-new.hxml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-lib hx.signal:git:https://github.com/boozook/hx.signal.git
1 change: 1 addition & 0 deletions test/libraries/InstallDeps/git-deps-url-old.hxml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-lib hx.signal:git:https://github.com/fzzr-/hx.signal.git
1 change: 1 addition & 0 deletions test/libraries/vcs/git2
Submodule git2 added at 2feb14
4 changes: 4 additions & 0 deletions test/tests/TestInstaller.hx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ class TestInstaller extends TestBase {
assertTrue(scope.isLibraryInstalled(ProjectName.ofString("hx.signal")));
}

public function testInstallUrlChanges() {

}

function getLibraryName():String {
final haxelibFile = File.read("haxelib.json", false);
final details = Data.readData(haxelibFile.readAll().toString(), NoCheck);
Expand Down

0 comments on commit 0ad9428

Please sign in to comment.