mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.11.4.1
This commit is contained in:
@@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gplx;
|
||||
import gplx.core.strings.*;
|
||||
import gplx.lists.*;
|
||||
import gplx.core.lists.*;
|
||||
public class TfdsTstr_fxt {
|
||||
public TfdsTstr_fxt Eq_str(Object expd, Object actl, String name) {
|
||||
int nameLen = String_.Len(name); if (nameLen > nameLenMax) nameLenMax = nameLen;
|
||||
|
||||
@@ -15,8 +15,8 @@ GNU Affero General Public License for more details.
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gplx.stores; import gplx.*;
|
||||
import org.junit.*; import gplx.core.gfo_ndes.*;
|
||||
package gplx.core.stores; import gplx.*; import gplx.core.*;
|
||||
import org.junit.*; import gplx.core.gfo_ndes.*; import gplx.core.type_xtns.*;
|
||||
public class GfoNdeRdr_read_tst {
|
||||
@Test public void ReadInt() {
|
||||
rdr = rdr_(IntClassXtn.Instance, "id", 1);
|
||||
@@ -15,7 +15,7 @@ GNU Affero General Public License for more details.
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gplx.stores; import gplx.*;
|
||||
package gplx.core.stores; import gplx.*; import gplx.core.*;
|
||||
import org.junit.*; import gplx.core.gfo_ndes.*;
|
||||
public class GfoNdeRdr_tst {
|
||||
@Test public void Subs_leafs() {
|
||||
@@ -15,7 +15,7 @@ GNU Affero General Public License for more details.
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gplx.stores.xmls; import gplx.*; import gplx.stores.*;
|
||||
package gplx.core.stores.xmls; import gplx.*; import gplx.core.*; import gplx.core.stores.*;
|
||||
import org.junit.*;
|
||||
public class XmlDataRdr_tst {
|
||||
@Test public void Read() {
|
||||
@@ -15,7 +15,7 @@ GNU Affero General Public License for more details.
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gplx.stores.xmls; import gplx.*; import gplx.stores.*;
|
||||
package gplx.core.stores.xmls; import gplx.*; import gplx.core.*; import gplx.core.stores.*;
|
||||
import org.junit.*;
|
||||
public class XmlDataWtr_tst {
|
||||
@Before public void setup() {
|
||||
Reference in New Issue
Block a user