Skip to content

Commit

Permalink
Update functionDescriptorToId tests for changes to function names (fi…
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-m-knight-gs authored Sep 25, 2024
1 parent ea38134 commit 3278ab9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ public static void initialize()
initialize(codeStorage);
}

@Test
@Ignore
@Override
public void testPackageHasChildrenWithDuplicateNames()
{
// TODO fix this test
super.testPackageHasChildrenWithDuplicateNames();
}

@Test
@Ignore
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ function <<test.Test>> meta::pure::functions::meta::tests::functionDescriptorToI
function <<test.Test>> meta::pure::functions::meta::tests::functionDescriptorToId::testFunctionDescriptorToIdWithUnits():Boolean[1]
{
assertEquals(
'my::test::testUnits_Mass~Kilogram_1__Mass~Kilogram_1_',
'my::test::testUnits_Mass$Kilogram_1__Mass$Kilogram_1_',
'my::test::testUnits(Mass~Kilogram[1]):Mass~Kilogram[1]'->functionDescriptorToId());
assertEquals(
'my::test::testUnits_Mass~Kilogram_1__Mass~Kilogram_1_',
'my::test::testUnits_Mass$Kilogram_1__Mass$Kilogram_1_',
'my::test::testUnits( Mass ~ Kilogram [1..1] ) : Mass~Kilogram[1]'->functionDescriptorToId());
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

<properties>
<!-- Legend -->
<legend.pure.version>5.18.0</legend.pure.version>
<legend.pure.version>5.18.1</legend.pure.version>
<legend.shared.version>0.25.6</legend.shared.version>
<legend.web-application.version>12.43.0</legend.web-application.version>

Expand Down

0 comments on commit 3278ab9

Please sign in to comment.