Skip to content

Commit

Permalink
todo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 24, 2017
1 parent 98731d5 commit 13c9a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/dynamo/mock/H2DataTest.java
Expand Up @@ -144,7 +144,7 @@ public void supportsTableNamesWithIllegalCharacters() throws Exception {
/**
* H2Data supports column names with characters illegal to H2.
* @throws Exception In case test fails
* @todo: #28:30min H2Data doesn't support COLUMNS with ".", "-" or digits
* @todo #28:30min H2Data doesn't support COLUMNS with ".", "-" or digits
* but I don't know for sure should it support these symbols or not.
* It's needed to be confirmed and test should be uncommented
* when H2Data will be supporting mentioned symbols.
Expand Down

1 comment on commit 13c9a62

@0pdd
Copy link

@0pdd 0pdd commented on 13c9a62 Dec 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 28-4427f443 discovered in src/test/java/com/jcabi/dynamo/mock/H2DataTest.java and submitted as #97. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but
we discovered it only now.

Please sign in to comment.