Revision 27216

View differences:

branches/v2_0_0_prep/libraries/libInternationalization/src-test/org/gvsig/i18n/TestMessages.java
83 83

  
84 84
		// load another file now
85 85
		try {
86
			Messages.addResourceFamily("text", new File("bin-test/org/gvsig/i18n/dataset2/"));
86
			Messages.addResourceFamily("text", new File(
87
                    "src-test/org/gvsig/i18n/dataset2/"));
87 88
		} catch (MalformedURLException e) {
88 89
			TestCase.fail("Fichero de recursos no encontrado");
89 90
		}

Also available in: Unified diff