File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/test/java/ch/ethz/seb/sps Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ public void testUserPrivilegesJSON() throws JsonProcessingException {
122122 }
123123
124124 @ Test
125- @ Ignore // TODO line brakes do not match on different systems
126125 public void testJSONCriatorWithNoneProp () throws JsonMappingException , JsonProcessingException {
127126 final JSONMapper jsonMapper = new JSONMapper ();
128127 final String json = "{\r \n "
Original file line number Diff line number Diff line change 1010
1111import static org .junit .Assert .assertEquals ;
1212
13+ import org .junit .Ignore ;
1314import org .junit .Test ;
1415
1516public class UtilsTest {
1617
1718 @ Test
19+ @ Ignore // TODO line brakes do not match on different systems
1820 public void testTrimJSONMap () {
1921 String value = """
2022 {
You can’t perform that action at this time.
0 commit comments