File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
sqldev/src/test/java/org/utplsql/sqldev/test Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- /**
1+ /*
22 * Copyright 2018 Philipp Salvisberg <philipp.salvisberg@trivadis.com>
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
1919import org .junit .Test ;
2020import org .utplsql .sqldev .resources .UtplsqlResources ;
2121
22- @ SuppressWarnings ("all" )
2322public class ResourceTest {
24- @ Test
25- public void windowPathsLabel () {
26- final String actual = UtplsqlResources .getString ("WINDOW_PATHS_LABEL" );
27- final String expected = "utPLSQL paths" ;
28- Assert .assertEquals (expected , actual );
29- }
23+
24+ @ Test
25+ public void windowPathsLabel () {
26+ final String actual = UtplsqlResources .getString ("WINDOW_PATHS_LABEL" );
27+ final String expected = "utPLSQL paths" ;
28+ Assert .assertEquals (expected , actual );
29+ }
3030}
You can’t perform that action at this time.
0 commit comments