Skip to content

Commit

Permalink
Add one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozRatej committed Mar 11, 2024
1 parent 5292c70 commit 892ec08
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions test/opener_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,14 @@ void main() {
testGroupOfURIs(map);
});

test('Check some sometestproject12345 URLs', () {
Map<String, String> map = {
"https://sometestproject12345.humhub.com/": "https://sometestproject12345.humhub.com/manifest.json",
"https://sometestproject12345.humhub.com": "https://sometestproject12345.humhub.com/manifest.json",
"sometestproject12345.humhub.com/": "https://sometestproject12345.humhub.com/manifest.json",
"sometestproject12345.humhub.com": "https://sometestproject12345.humhub.com/manifest.json",
"https://sometestproject12345.humhub.com/some/more": "https://sometestproject12345.humhub.com/manifest.json",
"https://sometestproject12345.humhub.com/manifest.json":
"https://sometestproject12345.humhub.com/manifest.json",
};
testGroupOfURIs(map);
});

test('Check some test.cuzy.app URLs', () {
Map<String, String> map = {
"https://test.cuzy.app/humhub": "https://test.cuzy.app/humhub/index.php?r=web%2Fpwa-manifest%2Findex",
"test.cuzy.app/humhub/": "https://test.cuzy.app/humhub/index.php?r=web%2Fpwa-manifest%2Findex",
"test.cuzy.app/humhub/some": "https://test.cuzy.app/humhub/index.php?r=web%2Fpwa-manifest%2Findex",
"test.cuzy.app/humhub": "https://test.cuzy.app/humhub/index.php?r=web%2Fpwa-manifest%2Findex",
"https://test.cuzy.app/humhub/some": "https://test.cuzy.app/humhub/index.php?r=web%2Fpwa-manifest%2Findex",
"https://test.cuzy.app/humhub/index.php?r=dashboard%2Fdashboard" : "https://test.cuzy.app/humhub/index.php?r=web%2Fpwa-manifest%2Findex"
};
testGroupOfURIs(map);
});
Expand Down

0 comments on commit 892ec08

Please sign in to comment.