head	1.3;
access;
symbols
	bg2_23:1.3
	bg2_22:1.3
	bg2_21:1.3
	bg2_20:1.3
	bg2_16:1.3
	bg2_15:1.3
	bg2_12:1.3
	bg2_07:1.3
	isorc2008_submission:1.3
	handbook_alpha_edition:1.2;
locks; strict;
comment	@# @;


1.3
date	2007.11.25.16.32.54;	author peter.hilber;	state Exp;
branches;
next	1.2;
commitid	11b94749a3ad4567;

1.2
date	2007.10.09.16.03.11;	author peter.hilber;	state Exp;
branches;
next	1.1;
commitid	2636470ba63e4567;

1.1
date	2007.07.01.01.29.50;	author alexander.dejaco;	state Exp;
branches;
next	;
commitid	30a5468703854567;


desc
@@


1.3
log
@*** empty log message ***
@
text
@package yaffs2;

public class TestWithNAND {

	/**
	 * @@param args
	 */
	public static void main(String[] args) {
		System.out.println("Starting FS...");
		
		// TODO Auto-generated method stub
		yaffs2.utils.Globals.startUp(
				new yaffs2.platform.jop.yaffscfg2k(),
				new yaffs2.platform.jop.PortConfiguration(),
				null);
		
		yaffs2.port.Dtest_C.small_overwrite_test("/",1);

		System.out.println("Finished test.");
	}

}
@


1.2
log
@*** empty log message ***
@
text
@d17 1
a17 1
		yaffs2.port.Dtest_C.small_overwrite_test("/flash/boot",1);
@


1.1
log
@update on yaffs2
@
text
@d9 2
d17 3
a19 1
		yaffs2.utils.Globals.configuration.yaffs_StartUp();
@

