[yast-commit] r41207 - /trunk/storage/libstorage/testsuite/format1.cc
Author: aschnell Date: Tue Oct 2 17:38:39 2007 New Revision: 41207 URL: http://svn.opensuse.org/viewcvs/yast?rev=41207&view=rev Log: - handle NFS case Modified: trunk/storage/libstorage/testsuite/format1.cc Modified: trunk/storage/libstorage/testsuite/format1.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/libstorage/testsuite/format1.cc?rev=41207&r1=41206&r2=41207&view=diff ============================================================================== --- trunk/storage/libstorage/testsuite/format1.cc (original) +++ trunk/storage/libstorage/testsuite/format1.cc Tue Oct 2 17:38:39 2007 @@ -42,6 +42,7 @@ case NTFS: cout << "NTFS"; break; case HFSPLUS: cout << "HFSPLUS"; break; case SWAP: cout << "SWAP"; break; + case NFS: cout << "NFS"; break; case FSNONE: cout << "NONE"; break; } cout << '\n'; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org